#653700

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

Shades of Baker's Chocolate #653700

Tints of Baker's Chocolate #653700

Color information

#653700 (or 0x653700) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 37 and 00. RGB value is (101,55,0). Sum of RGB (Red+Green+Blue) = 101+55+0=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #653700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653700 is #9AC8FF. Grayscale: #3E3E3E. Windows color (decimal): -10144000 or 14181. OLE color: 14181.

HSL color Cylindrical-coordinate representation of color #653700: hue angle of 32.67º 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 #653700 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB101550-
CMYK00.4610.60
HSL32.67º100%19.8%-
HSV(B)32.67º100%39.61%-
XYZ6.735.50.71-
YUV62.4892.74155.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 64.74%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.74%
G=35.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10155000.4610.6032.6710019.8
Hex6537002E643C216414
Octal145670056144744114424
Binary1100101110111001011101100100111100100001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653700; }

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

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

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

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

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

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

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

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