#653615

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

Shades of Baker's Chocolate #653615

Tints of Baker's Chocolate #653615

Color information

#653615 (or 0x653615) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 36 and 15. RGB value is (101,54,21). Sum of RGB (Red+Green+Blue) = 101+54+21=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #653615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653615 is #9AC9EA. Grayscale: #404040. Windows color (decimal): -10144235 or 1390181. OLE color: 1390181.

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

Color convert

RGB1015421-
CMYK00.470.790.60
HSL24.75º65.57%23.92%-
HSV(B)24.75º79.21%39.61%-
XYZ6.825.461.4-
YUV64.29103.57154.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.39%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=57.39%
G=30.68%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101542100.470.790.6024.7565.5723.92
Hex65361502F4F3C194218
Octal1456625057117743110230
Binary1100101110110101010101111100111111110011001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653615; }

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

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

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

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

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

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

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

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