#632E0A

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

Shades of Baker's Chocolate #632E0A

Tints of Baker's Chocolate #632E0A

Color information

#632E0A (or 0x632E0A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2E and 0A. RGB value is (99,46,10). Sum of RGB (Red+Green+Blue) = 99+46+10=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #632E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632E0A is #9CD1F5. Grayscale: #393939. Windows color (decimal): -10277366 or 667235. OLE color: 667235.

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

Color convert

RGB994610-
CMYK00.540.900.61
HSL24.27º81.65%21.37%-
HSV(B)24.27º89.9%38.82%-
XYZ6.184.630.85-
YUV57.74101.06157.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.87%
GREEN value IS 46 (18.36% from 255) = 29.68%
BLUE value IS 10 (4.30% from 255) = 6.45%
R=63.87%
G=29.68%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99461000.540.900.6124.2781.6521.37
Hex632EA0365A3D185215
Octal1435612066132753012225
Binary110001110111010100110110101101011110111000101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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