#60260C

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

Shades of Baker's Chocolate #60260C

Tints of Baker's Chocolate #60260C

Color information

#60260C (or 0x60260C) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 26 and 0C. RGB value is (96,38,12). Sum of RGB (Red+Green+Blue) = 96+38+12=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #60260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60260C is #9FD9F3. Grayscale: #343434. Windows color (decimal): -10476020 or 796256. OLE color: 796256.

HSL color Cylindrical-coordinate representation of color #60260C: hue angle of 18.57º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60260C is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB963812-
CMYK00.600.880.62
HSL18.57º77.78%21.18%-
HSV(B)18.57º87.5%37.65%-
XYZ5.583.90.81-
YUV52.38105.22159.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=65.75%
G=26.03%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96381200.600.880.6218.5777.7821.18
Hex6026C03C583E134e15
Octal1404614074130762311625
Binary110000010011011000111100101100011111010011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60260C; }

 p { color: rgb(96,38,12); }

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

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

 a { background-color: rgb(96,38,12); }

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

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

 span { border-color: rgb(96,38,12); }

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