#633804

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

Shades of Baker's Chocolate #633804

Tints of Baker's Chocolate #633804

Color information

#633804 (or 0x633804) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 38 and 04. RGB value is (99,56,4). Sum of RGB (Red+Green+Blue) = 99+56+4=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #633804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633804 is #9CC7FB. Grayscale: #3F3F3F. Windows color (decimal): -10274812 or 276579. OLE color: 276579.

HSL color Cylindrical-coordinate representation of color #633804: hue angle of 32.84º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #633804 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB99564-
CMYK00.430.960.61
HSL32.84º92.23%20.2%-
HSV(B)32.84º95.96%38.82%-
XYZ6.585.490.83-
YUV62.9394.75153.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 4 (1.95% from 255) = 2.52%
R=62.26%
G=35.22%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9956400.430.960.6132.8492.2320.2
Hex6338402B603D215c14
Octal143704053140754113424
Binary110001111100010001010111100000111101100001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633804; }

 p { color: rgb(99,56,4); }

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

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

 a { background-color: rgb(99,56,4); }

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

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

 span { border-color: rgb(99,56,4); }

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