#632C12

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

Shades of Baker's Chocolate #632C12

Tints of Baker's Chocolate #632C12

Color information

#632C12 (or 0x632C12) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2C and 12. RGB value is (99,44,18). Sum of RGB (Red+Green+Blue) = 99+44+18=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #632C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632C12 is #9CD3ED. Grayscale: #393939. Windows color (decimal): -10277870 or 1191011. OLE color: 1191011.

HSL color Cylindrical-coordinate representation of color #632C12: hue angle of 19.26º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #632C12 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB994418-
CMYK00.560.820.61
HSL19.26º69.23%22.94%-
HSV(B)19.26º81.82%38.82%-
XYZ6.164.51.12-
YUV57.48105.72157.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.49%
GREEN value IS 44 (17.58% from 255) = 27.33%
BLUE value IS 18 (7.42% from 255) = 11.18%
R=61.49%
G=27.33%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99441800.560.820.6119.2669.2322.94
Hex632C12038523D134517
Octal1435422070122752310527
Binary1100011101100100100111000101001011110110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,44,18); }

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

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

 a { background-color: rgb(99,44,18); }

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

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

 span { border-color: rgb(99,44,18); }

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