#633806

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

Shades of Baker's Chocolate #633806

Tints of Baker's Chocolate #633806

Color information

#633806 (or 0x633806) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 38 and 06. RGB value is (99,56,6). Sum of RGB (Red+Green+Blue) = 99+56+6=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #633806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633806 is #9CC7F9. Grayscale: #3F3F3F. Windows color (decimal): -10274810 or 407651. OLE color: 407651.

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

Color convert

RGB99566-
CMYK00.430.940.61
HSL32.26º88.57%20.59%-
HSV(B)32.26º93.94%38.82%-
XYZ6.595.490.89-
YUV63.1695.75153.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.49%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 6 (2.73% from 255) = 3.73%
R=61.49%
G=34.78%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9956600.430.940.6132.2688.5720.59
Hex6338602B5E3D205915
Octal143706053136754013125
Binary110001111100011001010111011110111101100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633806; }

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

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

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

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

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

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

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

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