#633006

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

Shades of Baker's Chocolate #633006

Tints of Baker's Chocolate #633006

Color information

#633006 (or 0x633006) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 30 and 06. RGB value is (99,48,6). Sum of RGB (Red+Green+Blue) = 99+48+6=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #633006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633006 is #9CCFF9. Grayscale: #3A3A3A. Windows color (decimal): -10276858 or 405603. OLE color: 405603.

HSL color Cylindrical-coordinate representation of color #633006: hue angle of 27.1º 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 #633006 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB99486-
CMYK00.520.940.61
HSL27.1º88.57%20.59%-
HSV(B)27.1º93.94%38.82%-
XYZ6.244.780.77-
YUV58.4698.4156.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=64.71%
G=31.37%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9948600.520.940.6127.188.5720.59
Hex633060345E3D1b5915
Octal143606064136753313125
Binary11000111100001100110100101111011110111011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633006; }

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

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

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

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

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

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

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

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