#632F06

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

Shades of Baker's Chocolate #632F06

Tints of Baker's Chocolate #632F06

Color information

#632F06 (or 0x632F06) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2F and 06. RGB value is (99,47,6). Sum of RGB (Red+Green+Blue) = 99+47+6=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #632F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F06 is #9CD0F9. Grayscale: #3A3A3A. Windows color (decimal): -10277114 or 405347. OLE color: 405347.

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

Color convert

RGB99476-
CMYK00.530.940.61
HSL26.45º88.57%20.59%-
HSV(B)26.45º93.94%38.82%-
XYZ6.194.70.75-
YUV57.8798.73157.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 6 (2.73% from 255) = 3.95%
R=65.13%
G=30.92%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9947600.530.940.6126.4588.5720.59
Hex632F60355E3D1a5915
Octal143576065136753213125
Binary11000111011111100110101101111011110111010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,47,6); }

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

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

 a { background-color: rgb(99,47,6); }

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

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

 span { border-color: rgb(99,47,6); }

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