#632E08

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

Shades of Baker's Chocolate #632E08

Tints of Baker's Chocolate #632E08

Color information

#632E08 (or 0x632E08) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2E and 08. RGB value is (99,46,8). Sum of RGB (Red+Green+Blue) = 99+46+8=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #632E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632E08 is #9CD1F7. Grayscale: #393939. Windows color (decimal): -10277368 or 536163. OLE color: 536163.

HSL color Cylindrical-coordinate representation of color #632E08: hue angle of 25.05º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #632E08 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB99468-
CMYK00.540.920.61
HSL25.05º85.05%20.98%-
HSV(B)25.05º91.92%38.82%-
XYZ6.174.620.8-
YUV57.51100.06157.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 46 (18.36% from 255) = 30.07%
BLUE value IS 8 (3.52% from 255) = 5.23%
R=64.71%
G=30.07%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9946800.540.920.6125.0585.0520.98
Hex632E80365C3D195515
Octal1435610066134753112525
Binary110001110111010000110110101110011110111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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