#653718

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

Shades of Baker's Chocolate #653718

Tints of Baker's Chocolate #653718

Color information

#653718 (or 0x653718) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 37 and 18. RGB value is (101,55,24). Sum of RGB (Red+Green+Blue) = 101+55+24=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #653718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653718 is #9AC8E7. Grayscale: #414141. Windows color (decimal): -10143976 or 1587045. OLE color: 1587045.

HSL color Cylindrical-coordinate representation of color #653718: hue angle of 24.16º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #653718 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB1015524-
CMYK00.460.760.60
HSL24.16º61.6%24.51%-
HSV(B)24.16º76.24%39.61%-
XYZ6.95.571.57-
YUV65.22104.74153.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.11%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 24 (9.77% from 255) = 13.33%
R=56.11%
G=30.56%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101552400.460.760.6024.1661.624.51
Hex65371802E4C3C183e19
Octal145673005611474307631
Binary110010111011111000010111010011001111001100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653718; }

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

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

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

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

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

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

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

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