#653616

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

Shades of Baker's Chocolate #653616

Tints of Baker's Chocolate #653616

Color information

#653616 (or 0x653616) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 36 and 16. RGB value is (101,54,22). Sum of RGB (Red+Green+Blue) = 101+54+22=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #653616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653616 is #9AC9E9. Grayscale: #404040. Windows color (decimal): -10144234 or 1455717. OLE color: 1455717.

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

Color convert

RGB1015422-
CMYK00.470.780.60
HSL24.3º64.23%24.12%-
HSV(B)24.3º78.22%39.61%-
XYZ6.835.461.45-
YUV64.4104.07154.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.06%
GREEN value IS 54 (21.48% from 255) = 30.51%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=57.06%
G=30.51%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101542200.470.780.6024.364.2324.12
Hex65361602F4E3C184018
Octal1456626057116743010030
Binary1100101110110101100101111100111011110011000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653616; }

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

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

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

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

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

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

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

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