#632D0F

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

Shades of Baker's Chocolate #632D0F

Tints of Baker's Chocolate #632D0F

Color information

#632D0F (or 0x632D0F) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2D and 0F. RGB value is (99,45,15). Sum of RGB (Red+Green+Blue) = 99+45+15=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #632D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632D0F is #9CD2F0. Grayscale: #393939. Windows color (decimal): -10277617 or 994659. OLE color: 994659.

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

Color convert

RGB994515-
CMYK00.550.850.61
HSL21.43º73.68%22.35%-
HSV(B)21.43º84.85%38.82%-
XYZ6.174.561.01-
YUV57.73103.89157.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=62.26%
G=28.30%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99451500.550.850.6121.4373.6822.35
Hex632DF037553D154a16
Octal1435517067125752511226
Binary110001110110111110110111101010111110110101100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,45,15); }

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

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

 a { background-color: rgb(99,45,15); }

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

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

 span { border-color: rgb(99,45,15); }

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