#623406

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

Shades of Baker's Chocolate #623406

Tints of Baker's Chocolate #623406

Color information

#623406 (or 0x623406) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 34 and 06. RGB value is (98,52,6). Sum of RGB (Red+Green+Blue) = 98+52+6=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #623406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623406 is #9DCBF9. Grayscale: #3C3C3C. Windows color (decimal): -10341370 or 406626. OLE color: 406626.

HSL color Cylindrical-coordinate representation of color #623406: hue angle of 30º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #623406 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB98526-
CMYK00.470.940.62
HSL30º88.46%20.39%-
HSV(B)30º93.88%38.43%-
XYZ6.35.070.82-
YUV60.5197.24154.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=62.82%
G=33.33%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9852600.470.940.623088.4620.39
Hex6234602F5E3E1e5814
Octal142646057136763613024
Binary11000101101001100101111101111011111011110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623406; }

 p { color: rgb(98,52,6); }

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

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

 a { background-color: rgb(98,52,6); }

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

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

 span { border-color: rgb(98,52,6); }

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