#632A0A

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

Shades of Baker's Chocolate #632A0A

Tints of Baker's Chocolate #632A0A

Color information

#632A0A (or 0x632A0A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2A and 0A. RGB value is (99,42,10). Sum of RGB (Red+Green+Blue) = 99+42+10=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #632A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632A0A is #9CD5F5. Grayscale: #373737. Windows color (decimal): -10278390 or 666211. OLE color: 666211.

HSL color Cylindrical-coordinate representation of color #632A0A: hue angle of 21.57º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #632A0A is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB994210-
CMYK00.580.900.61
HSL21.57º81.65%21.37%-
HSV(B)21.57º89.9%38.82%-
XYZ6.034.330.81-
YUV55.4102.38159.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=65.56%
G=27.81%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99421000.580.900.6121.5781.6521.37
Hex632AA03A5A3D165215
Octal1435212072132752612225
Binary110001110101010100111010101101011110110110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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