#632004

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

Shades of Baker's Chocolate #632004

Tints of Baker's Chocolate #632004

Color information

#632004 (or 0x632004) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 20 and 04. RGB value is (99,32,4). Sum of RGB (Red+Green+Blue) = 99+32+4=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #632004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632004 is #9CDFFB. Grayscale: #313131. Windows color (decimal): -10280956 or 270435. OLE color: 270435.

HSL color Cylindrical-coordinate representation of color #632004: hue angle of 17.68º 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 #632004 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB99324-
CMYK00.680.960.61
HSL17.68º92.23%20.2%-
HSV(B)17.68º95.96%38.82%-
XYZ5.683.690.53-
YUV48.84102.7163.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.33%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 4 (1.95% from 255) = 2.96%
R=73.33%
G=23.70%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9932400.680.960.6117.6892.2320.2
Hex63204044603D125c14
Octal1434040104140752213424
Binary110001110000010001000100110000011110110010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632004; }

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

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

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

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

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

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

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

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