#633706

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

Shades of Baker's Chocolate #633706

Tints of Baker's Chocolate #633706

Color information

#633706 (or 0x633706) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 37 and 06. RGB value is (99,55,6). Sum of RGB (Red+Green+Blue) = 99+55+6=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #633706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633706 is #9CC8F9. Grayscale: #3E3E3E. Windows color (decimal): -10275066 or 407395. OLE color: 407395.

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

Color convert

RGB99556-
CMYK00.440.940.61
HSL31.61º88.57%20.59%-
HSV(B)31.61º93.94%38.82%-
XYZ6.545.40.87-
YUV62.5796.08153.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.88%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 6 (2.73% from 255) = 3.75%
R=61.88%
G=34.38%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9955600.440.940.6131.6188.5720.59
Hex6337602C5E3D205915
Octal143676054136754013125
Binary110001111011111001011001011110111101100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633706; }

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

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

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

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

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

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

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

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