#633406

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

Shades of Baker's Chocolate #633406

Tints of Baker's Chocolate #633406

Color information

#633406 (or 0x633406) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 34 and 06. RGB value is (99,52,6). Sum of RGB (Red+Green+Blue) = 99+52+6=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #633406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633406 is #9CCBF9. Grayscale: #3D3D3D. Windows color (decimal): -10275834 or 406627. OLE color: 406627.

HSL color Cylindrical-coordinate representation of color #633406: hue angle of 29.68º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #633406 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB99526-
CMYK00.470.940.61
HSL29.68º88.57%20.59%-
HSV(B)29.68º93.94%38.82%-
XYZ6.415.120.82-
YUV60.8197.07155.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=63.06%
G=33.12%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9952600.470.940.6129.6888.5720.59
Hex6334602F5E3D1e5915
Octal143646057136753613125
Binary11000111101001100101111101111011110111110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633406; }

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

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

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

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

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

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

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

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