#653C0F

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

Shades of Baker's Chocolate #653C0F

Tints of Baker's Chocolate #653C0F

Color information

#653C0F (or 0x653C0F) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 3C and 0F. RGB value is (101,60,15). Sum of RGB (Red+Green+Blue) = 101+60+15=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #653C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653C0F is #9AC3F0. Grayscale: #434343. Windows color (decimal): -10142705 or 998501. OLE color: 998501.

HSL color Cylindrical-coordinate representation of color #653C0F: hue angle of 31.4º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #653C0F is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB1016015-
CMYK00.410.850.60
HSL31.4º74.14%22.75%-
HSV(B)31.4º85.15%39.61%-
XYZ7.076.031.24-
YUV67.1398.58152.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.39%
GREEN value IS 60 (23.83% from 255) = 34.09%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=57.39%
G=34.09%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101601500.410.850.6031.474.1422.75
Hex653CF029553C1f4a17
Octal1457417051125743711227
Binary110010111110011110101001101010111110011111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,60,15); }

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

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

 a { background-color: rgb(101,60,15); }

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

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

 span { border-color: rgb(101,60,15); }

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