#632A09

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

Shades of Baker's Chocolate #632A09

Tints of Baker's Chocolate #632A09

Color information

#632A09 (or 0x632A09) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2A and 09. RGB value is (99,42,9). Sum of RGB (Red+Green+Blue) = 99+42+9=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #632A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632A09 is #9CD5F6. Grayscale: #373737. Windows color (decimal): -10278391 or 600675. OLE color: 600675.

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

Color convert

RGB99429-
CMYK00.580.910.61
HSL22º83.33%21.18%-
HSV(B)22º90.91%38.82%-
XYZ6.024.330.78-
YUV55.28101.88159.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 9 (3.91% from 255) = 6%
R=66%
G=28%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9942900.580.910.612283.3321.18
Hex632A903A5B3D165315
Octal1435211072133752612325
Binary110001110101010010111010101101111110110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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