Html Css Color HEX #60461D Dark Brown

📋 copy color: '#60461D'

red 96 ◦ green 70 ◦ blue 29

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

Shades of Dark Brown #60461D

Tints of Dark Brown #60461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.9%

 BLUE value IS 29 (11.72% from 255) = 14.87%

R = 49.23%
G = 35.9%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#60461D (or 0x60461D) is known color: Dark Brown. HEX triplet: 60, 46 and 1D. RGB value is (96,70,29). Sum of RGB (Red+Green+Blue) = 96+70+29=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60461D is #9FB9E2. Grayscale: #494949. Windows color (decimal): -10467811 or 1918560. OLE color: 1918560.

HSL color Cylindrical-coordinate representation of color #60461D: hue angle of 36.72º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60461D is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 70 29 -
CMYK 0 0.27 0.70 0.62
HSL 36.72º 0.54% 0.25% -
HSV(B) 36.72º 0.7% 0.38% -
XYZ 7.24 6.96 2.12 -
YUV 73.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 96 70 29 0 0.27 0.70 0.62 36.72 0.54 0.25
Hex 60 46 1D 0 1B 46 3E 25 36 19
Octal 140 106 35 0 33 106 76 45 66 31
Binary 1100000 1000110 11101 0 11011 1000110 111110 100101 110110 11001

Color Harmonies of #60461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60461D

Black with #60461D

Text Example


Text Example

White with #60461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60461D; }

 p { color: rgb(96,70,29); }

 H1.HeaderClassName
 {
   color: #60461D;
 }
 .AnyTagClassName
 {
   color: #60461D;
 }
</style>

background-color css

<style>
 a { background-color: #60461D; }

 a { background-color: rgb(96,70,29); }

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

border-color css

<style>
 span { border-color: #60461D; }

 span { border-color: rgb(96,70,29); }

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