#653715

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

Shades of Baker's Chocolate #653715

Tints of Baker's Chocolate #653715

Color information

#653715 (or 0x653715) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 37 and 15. RGB value is (101,55,21). Sum of RGB (Red+Green+Blue) = 101+55+21=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #653715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653715 is #9AC8EA. Grayscale: #414141. Windows color (decimal): -10143979 or 1390437. OLE color: 1390437.

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

Color convert

RGB1015521-
CMYK00.460.790.60
HSL25.5º65.57%23.92%-
HSV(B)25.5º79.21%39.61%-
XYZ6.875.551.42-
YUV64.88103.24153.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.06%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=57.06%
G=31.07%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101552100.460.790.6025.565.5723.92
Hex65371502E4F3C1a4218
Octal1456725056117743210230
Binary1100101110111101010101110100111111110011010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653715; }

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

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

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

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

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

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

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

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