#633506

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

Shades of Baker's Chocolate #633506

Tints of Baker's Chocolate #633506

Color information

#633506 (or 0x633506) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 35 and 06. RGB value is (99,53,6). Sum of RGB (Red+Green+Blue) = 99+53+6=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #633506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633506 is #9CCAF9. Grayscale: #3D3D3D. Windows color (decimal): -10275578 or 406883. OLE color: 406883.

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

Color convert

RGB99536-
CMYK00.460.940.61
HSL30.32º88.57%20.59%-
HSV(B)30.32º93.94%38.82%-
XYZ6.455.210.84-
YUV61.496.74154.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.66%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 6 (2.73% from 255) = 3.80%
R=62.66%
G=33.54%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9953600.460.940.6130.3288.5720.59
Hex6335602E5E3D1e5915
Octal143656056136753613125
Binary11000111101011100101110101111011110111110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633506; }

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

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

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

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

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

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

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

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