#632611

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

Shades of Baker's Chocolate #632611

Tints of Baker's Chocolate #632611

Color information

#632611 (or 0x632611) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 26 and 11. RGB value is (99,38,17). Sum of RGB (Red+Green+Blue) = 99+38+17=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #632611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632611 is #9CD9EE. Grayscale: #353535. Windows color (decimal): -10279407 or 1123939. OLE color: 1123939.

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

Color convert

RGB993817-
CMYK00.620.830.61
HSL15.37º70.69%22.75%-
HSV(B)15.37º82.83%38.82%-
XYZ5.944.081-
YUV53.84107.21160.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.29%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 17 (7.03% from 255) = 11.04%
R=64.29%
G=24.68%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99381700.620.830.6115.3770.6922.75
Hex63261103E533Df4717
Octal1434621076123751710727
Binary110001110011010001011111010100111111011111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632611; }

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

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

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

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

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

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

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

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