Html Css Color HEX #60413B Very Dark Brown

📋 copy color: '#60413B'

red 96 ◦ green 65 ◦ blue 59

#60413B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Very Dark Brown #60413B

Tints of Very Dark Brown #60413B

RGB

 RED value IS 96 (37.89% from 255) = 43.64%

 GREEN value IS 65 (25.78% from 255) = 29.55%

 BLUE value IS 59 (23.44% from 255) = 26.82%

R = 43.64%
G = 29.55%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#60413B (or 0x60413B) is known color: Very Dark Brown. HEX triplet: 60, 41 and 3B. RGB value is (96,65,59). Sum of RGB (Red+Green+Blue) = 96+65+59=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #60413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60413B is #9FBEC4. Grayscale: #494949. Windows color (decimal): -10469061 or 3883360. OLE color: 3883360.

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

Color convert

RGB 96 65 59 -
CMYK 0 0.32 0.39 0.62
HSL 9.73º 0.24% 0.3% -
HSV(B) 9.73º 0.39% 0.38% -
XYZ 7.5 6.58 5.01 -
YUV 73.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 96 65 59 0 0.32 0.39 0.62 9.73 0.24 0.3
Hex 60 41 3B 0 20 27 3E A 18 1E
Octal 140 101 73 0 40 47 76 12 30 36
Binary 1100000 1000001 111011 0 100000 100111 111110 1010 11000 11110

Color Harmonies of #60413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60413B

Black with #60413B

Text Example


Text Example

White with #60413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60413B;
 }
 .AnyTagClassName
 {
   color: #60413B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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