#653600

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

Shades of Baker's Chocolate #653600

Tints of Baker's Chocolate #653600

Color information

#653600 (or 0x653600) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 36 and 00. RGB value is (101,54,0). Sum of RGB (Red+Green+Blue) = 101+54+0=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #653600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653600 is #9AC9FF. Grayscale: #3E3E3E. Windows color (decimal): -10144256 or 13925. OLE color: 13925.

HSL color Cylindrical-coordinate representation of color #653600: hue angle of 32.08º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #653600 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB101540-
CMYK00.4710.60
HSL32.08º100%19.8%-
HSV(B)32.08º100%39.61%-
XYZ6.695.410.69-
YUV61.993.07155.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 65.16%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.16%
G=34.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10154000.4710.6032.0810019.8
Hex6536002F643C206414
Octal145660057144744014424
Binary1100101110110001011111100100111100100000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653600; }

 p { color: rgb(101,54,0); }

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

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

 a { background-color: rgb(101,54,0); }

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

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

 span { border-color: rgb(101,54,0); }

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