#60341E

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

Shades of Baker's Chocolate #60341E

Tints of Baker's Chocolate #60341E

Color information

#60341E (or 0x60341E) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 34 and 1E. RGB value is (96,52,30). Sum of RGB (Red+Green+Blue) = 96+52+30=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60341E is #9FCBE1. Grayscale: #3E3E3E. Windows color (decimal): -10472418 or 1979488. OLE color: 1979488.

HSL color Cylindrical-coordinate representation of color #60341E: hue angle of 20º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60341E is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB965230-
CMYK00.460.690.62
HSL20º52.38%24.71%-
HSV(B)20º68.75%37.65%-
XYZ6.295.041.87-
YUV62.65109.58151.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=53.93%
G=29.21%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96523000.460.690.622052.3824.71
Hex60341E02E453E143419
Octal140643605610576246431
Binary110000011010011110010111010001011111101010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60341E; }

 p { color: rgb(96,52,30); }

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

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

 a { background-color: rgb(96,52,30); }

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

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

 span { border-color: rgb(96,52,30); }

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