#60230C

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

Shades of Baker's Chocolate #60230C

Tints of Baker's Chocolate #60230C

Color information

#60230C (or 0x60230C) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 23 and 0C. RGB value is (96,35,12). Sum of RGB (Red+Green+Blue) = 96+35+12=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60230C is #9FDCF3. Grayscale: #323232. Windows color (decimal): -10476788 or 795488. OLE color: 795488.

HSL color Cylindrical-coordinate representation of color #60230C: hue angle of 16.43º 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 #60230C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB963512-
CMYK00.640.880.62
HSL16.43º77.78%21.18%-
HSV(B)16.43º87.5%37.65%-
XYZ5.493.720.78-
YUV50.62106.21160.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.13%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=67.13%
G=24.48%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96351200.640.880.6216.4377.7821.18
Hex6023C040583E104e15
Octal14043140100130762011625
Binary1100000100011110001000000101100011111010000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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