#633611

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

Shades of Baker's Chocolate #633611

Tints of Baker's Chocolate #633611

Color information

#633611 (or 0x633611) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 36 and 11. RGB value is (99,54,17). Sum of RGB (Red+Green+Blue) = 99+54+17=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #633611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633611 is #9CC9EE. Grayscale: #3F3F3F. Windows color (decimal): -10275311 or 1128035. OLE color: 1128035.

HSL color Cylindrical-coordinate representation of color #633611: hue angle of 27.07º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #633611 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB995417-
CMYK00.450.830.61
HSL27.07º70.69%22.75%-
HSV(B)27.07º82.83%38.82%-
XYZ6.575.331.21-
YUV63.24101.91153.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.24%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 17 (7.03% from 255) = 10%
R=58.24%
G=31.76%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99541700.450.830.6127.0770.6922.75
Hex63361102D533D1b4717
Octal1436621055123753310727
Binary1100011110110100010101101101001111110111011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633611; }

 p { color: rgb(99,54,17); }

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

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

 a { background-color: rgb(99,54,17); }

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

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

 span { border-color: rgb(99,54,17); }

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