#632909

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

Shades of Baker's Chocolate #632909

Tints of Baker's Chocolate #632909

Color information

#632909 (or 0x632909) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 29 and 09. RGB value is (99,41,9). Sum of RGB (Red+Green+Blue) = 99+41+9=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #632909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632909 is #9CD6F6. Grayscale: #363636. Windows color (decimal): -10278647 or 600419. OLE color: 600419.

HSL color Cylindrical-coordinate representation of color #632909: hue angle of 21.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #632909 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB99419-
CMYK00.590.910.61
HSL21.33º83.33%21.18%-
HSV(B)21.33º90.91%38.82%-
XYZ5.994.260.76-
YUV54.69102.22159.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.44%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 9 (3.91% from 255) = 6.04%
R=66.44%
G=27.52%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9941900.590.910.6121.3383.3321.18
Hex6329903B5B3D155315
Octal1435111073133752512325
Binary110001110100110010111011101101111110110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632909; }

 p { color: rgb(99,41,9); }

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

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

 a { background-color: rgb(99,41,9); }

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

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

 span { border-color: rgb(99,41,9); }

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