Html Css Color HEX #60471D Dark Brown

📋 copy color: '#60471D'

red 96 ◦ green 71 ◦ blue 29

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

Shades of Dark Brown #60471D

Tints of Dark Brown #60471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.22%

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

R = 48.98%
G = 36.22%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#60471D (or 0x60471D) is known color: Dark Brown. HEX triplet: 60, 47 and 1D. RGB value is (96,71,29). Sum of RGB (Red+Green+Blue) = 96+71+29=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60471D is #9FB8E2. Grayscale: #494949. Windows color (decimal): -10467555 or 1918816. OLE color: 1918816.

HSL color Cylindrical-coordinate representation of color #60471D: hue angle of 37.61º 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 #60471D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 71 29 -
CMYK 0 0.26 0.70 0.62
HSL 37.61º 0.54% 0.25% -
HSV(B) 37.61º 0.7% 0.38% -
XYZ 7.3 7.08 2.14 -
YUV 73.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 96 71 29 0 0.26 0.70 0.62 37.61 0.54 0.25
Hex 60 47 1D 0 1A 46 3E 26 36 19
Octal 140 107 35 0 32 106 76 46 66 31
Binary 1100000 1000111 11101 0 11010 1000110 111110 100110 110110 11001

Color Harmonies of #60471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60471D

Black with #60471D

Text Example


Text Example

White with #60471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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