#632C07

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

Shades of Baker's Chocolate #632C07

Tints of Baker's Chocolate #632C07

Color information

#632C07 (or 0x632C07) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2C and 07. RGB value is (99,44,7). Sum of RGB (Red+Green+Blue) = 99+44+7=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #632C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632C07 is #9CD3F8. Grayscale: #383838. Windows color (decimal): -10277881 or 470115. OLE color: 470115.

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

Color convert

RGB99447-
CMYK00.560.930.61
HSL24.13º86.79%20.78%-
HSV(B)24.13º92.93%38.82%-
XYZ6.084.470.74-
YUV56.23100.22158.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 44 (17.58% from 255) = 29.33%
BLUE value IS 7 (3.12% from 255) = 4.67%
R=66%
G=29.33%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9944700.560.930.6124.1386.7920.78
Hex632C70385D3D185715
Octal143547070135753012725
Binary11000111011001110111000101110111110111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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