#632F0C

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

Shades of Baker's Chocolate #632F0C

Tints of Baker's Chocolate #632F0C

Color information

#632F0C (or 0x632F0C) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2F and 0C. RGB value is (99,47,12). Sum of RGB (Red+Green+Blue) = 99+47+12=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #632F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F0C is #9CD0F3. Grayscale: #3A3A3A. Windows color (decimal): -10277108 or 798563. OLE color: 798563.

HSL color Cylindrical-coordinate representation of color #632F0C: hue angle of 24.14º 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 #632F0C is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB994712-
CMYK00.530.880.61
HSL24.14º78.38%21.76%-
HSV(B)24.14º87.88%38.82%-
XYZ6.234.710.93-
YUV58.56101.73156.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.66%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 12 (5.08% from 255) = 7.59%
R=62.66%
G=29.75%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99471200.530.880.6124.1478.3821.76
Hex632FC035583D184e16
Octal1435714065130753011626
Binary110001110111111000110101101100011110111000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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