#632409

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

Shades of Baker's Chocolate #632409

Tints of Baker's Chocolate #632409

Color information

#632409 (or 0x632409) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 24 and 09. RGB value is (99,36,9). Sum of RGB (Red+Green+Blue) = 99+36+9=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #632409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632409 is #9CDBF6. Grayscale: #333333. Windows color (decimal): -10279927 or 599139. OLE color: 599139.

HSL color Cylindrical-coordinate representation of color #632409: hue angle of 18º 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 #632409 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB99369-
CMYK00.640.910.61
HSL18º83.33%21.18%-
HSV(B)18º90.91%38.82%-
XYZ5.833.930.71-
YUV51.76103.87161.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.75%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=68.75%
G=25%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9936900.640.910.611883.3321.18
Hex632490405B3D125315
Octal14344110100133752212325
Binary1100011100100100101000000101101111110110010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632409; }

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

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

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

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

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

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

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

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