Html Css Color HEX #60413A Very Dark Brown

📋 copy color: '#60413A'

red 96 ◦ green 65 ◦ blue 58

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

Shades of Very Dark Brown #60413A

Tints of Very Dark Brown #60413A

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 value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#60413A (or 0x60413A) is known color: 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

RGB 96 65 58 -
CMYK 0 0.32 0.40 0.62
HSL 11.05º 0.25% 0.3% -
HSV(B) 11.05º 0.4% 0.38% -
XYZ 7.48 6.57 4.88 -
YUV 73.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 96 65 58 0 0.32 0.40 0.62 11.05 0.25 0.3
Hex 60 41 3A 0 20 28 3E B 19 1E
Octal 140 101 72 0 40 50 76 13 31 36
Binary 1100000 1000001 111010 0 100000 101000 111110 1011 11001 11110

Color Harmonies of #60413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60413A

Black with #60413A

Text Example


Text Example

White with #60413A

Text Example


Text Example

HTML Codes & Css Web 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>