#60413A

Color #60413A Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #60413A

Tints of Very Dark Brown #60413A

Color information

#60413A (or 0x60413A) is unknown color: approx Very Dark Brown. HEX triplet: 60, 41 and 3A. RGB value is (96,65,58). Sum of RGB (Red+Green+Blue) = 96+65+58=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #60413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60413A is #9FBEC5. Grayscale: #494949. Windows color (decimal): -10469062 or 3817824. OLE color: 3817824.

HSL color Cylindrical-coordinate representation of color #60413A: hue angle of 11.05º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60413A is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB966558-
CMYK00.320.400.62
HSL11.05º24.68%30.2%-
HSV(B)11.05º39.58%37.65%-
XYZ7.486.574.88-
YUV73.47119.27144.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.84%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=43.84%
G=29.68%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96655800.320.400.6211.0524.6830.2
Hex60413A020283Eb191e
Octal140101720405076133136
Binary11000001000001111010010000010100011111010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60413A; }

 p { color: rgb(96,65,58); }

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

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

 a { background-color: rgb(96,65,58); }

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

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

 span { border-color: rgb(96,65,58); }

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