#632A0C

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

Shades of Baker's Chocolate #632A0C

Tints of Baker's Chocolate #632A0C

Color information

#632A0C (or 0x632A0C) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2A and 0C. RGB value is (99,42,12). Sum of RGB (Red+Green+Blue) = 99+42+12=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #632A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632A0C is #9CD5F3. Grayscale: #373737. Windows color (decimal): -10278388 or 797283. OLE color: 797283.

HSL color Cylindrical-coordinate representation of color #632A0C: hue angle of 20.69º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #632A0C is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB994212-
CMYK00.580.880.61
HSL20.69º78.38%21.76%-
HSV(B)20.69º87.88%38.82%-
XYZ6.044.340.87-
YUV55.62103.38158.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 12 (5.08% from 255) = 7.84%
R=64.71%
G=27.45%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99421200.580.880.6120.6978.3821.76
Hex632AC03A583D154e16
Octal1435214072130752511626
Binary110001110101011000111010101100011110110101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632A0C; }

 p { color: rgb(99,42,12); }

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

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

 a { background-color: rgb(99,42,12); }

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

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

 span { border-color: rgb(99,42,12); }

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