#653015

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

Shades of Baker's Chocolate #653015

Tints of Baker's Chocolate #653015

Color information

#653015 (or 0x653015) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 30 and 15. RGB value is (101,48,21). Sum of RGB (Red+Green+Blue) = 101+48+21=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #653015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653015 is #9ACFEA. Grayscale: #3C3C3C. Windows color (decimal): -10145771 or 1388645. OLE color: 1388645.

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

Color convert

RGB1014821-
CMYK00.520.790.60
HSL20.25º65.57%23.92%-
HSV(B)20.25º79.21%39.61%-
XYZ6.564.931.32-
YUV60.77105.56156.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.41%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 21 (8.59% from 255) = 12.35%
R=59.41%
G=28.24%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101482100.520.790.6020.2565.5723.92
Hex6530150344F3C144218
Octal1456025064117742410230
Binary1100101110000101010110100100111111110010100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653015; }

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

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

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

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

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

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

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

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