#653B15

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

Shades of Baker's Chocolate #653B15

Tints of Baker's Chocolate #653B15

Color information

#653B15 (or 0x653B15) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 3B and 15. RGB value is (101,59,21). Sum of RGB (Red+Green+Blue) = 101+59+21=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #653B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653B15 is #9AC4EA. Grayscale: #434343. Windows color (decimal): -10142955 or 1391461. OLE color: 1391461.

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

Color convert

RGB1015921-
CMYK00.420.790.60
HSL28.5º65.57%23.92%-
HSV(B)28.5º79.21%39.61%-
XYZ7.075.951.49-
YUV67.23101.91152.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 59 (23.44% from 255) = 32.60%
BLUE value IS 21 (8.59% from 255) = 11.60%
R=55.80%
G=32.60%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101592100.420.790.6028.565.5723.92
Hex653B1502A4F3C1c4218
Octal1457325052117743410230
Binary1100101111011101010101010100111111110011100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653B15; }

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

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

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

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

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

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

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

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