#653815

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

Shades of Baker's Chocolate #653815

Tints of Baker's Chocolate #653815

Color information

#653815 (or 0x653815) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 38 and 15. RGB value is (101,56,21). Sum of RGB (Red+Green+Blue) = 101+56+21=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #653815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653815 is #9AC7EA. Grayscale: #414141. Windows color (decimal): -10143723 or 1390693. OLE color: 1390693.

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

Color convert

RGB1015621-
CMYK00.450.790.60
HSL26.25º65.57%23.92%-
HSV(B)26.25º79.21%39.61%-
XYZ6.925.651.44-
YUV65.46102.91153.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.74%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 21 (8.59% from 255) = 11.80%
R=56.74%
G=31.46%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101562100.450.790.6026.2565.5723.92
Hex65381502D4F3C1a4218
Octal1457025055117743210230
Binary1100101111000101010101101100111111110011010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653815; }

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

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

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

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

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

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

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

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