#623314

Color #623314 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #623314

Tints of Baker's Chocolate #623314

Color information

#623314 (or 0x623314) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 33 and 14. RGB value is (98,51,20). Sum of RGB (Red+Green+Blue) = 98+51+20=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #623314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623314 is #9DCCEB. Grayscale: #3D3D3D. Windows color (decimal): -10341612 or 1323874. OLE color: 1323874.

HSL color Cylindrical-coordinate representation of color #623314: hue angle of 23.85º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #623314 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB985120-
CMYK00.480.800.62
HSL23.85º66.1%23.14%-
HSV(B)23.85º79.59%38.43%-
XYZ6.355.011.3-
YUV61.52104.57154.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 57.99%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=57.99%
G=30.18%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98512000.480.800.6223.8566.123.14
Hex623314030503E184217
Octal1426324060120763010227
Binary1100010110011101000110000101000011111011000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623314; }

 p { color: rgb(98,51,20); }

 H1.HeaderClassName
 {
   color: #623314;
 }
 .AnyTagClassName
 {
   color: #623314;
 }
</style>
background-color css

<style>
 a { background-color: #623314; }

 a { background-color: rgb(98,51,20); }

 div.DivClassName
 {
   background-color: #623314;
 }
 .BgClassName
 {
   background-color: #623314;
 }
</style>
border-color css

<style>
 span { border-color: #623314; }

 span { border-color: rgb(98,51,20); }

 td.TdClassName
 {
   border-color: #623314;
 }
 .TagClassName
 {
   border-color: #623314;
 }
</style>