Html Css Color HEX #60473C Very Dark Brown

📋 copy color: '#60473C'

red 96 ◦ green 71 ◦ blue 60

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

Shades of Very Dark Brown #60473C

Tints of Very Dark Brown #60473C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 42.29%
G = 31.28%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#60473C (or 0x60473C) is known color: Very Dark Brown. HEX triplet: 60, 47 and 3C. RGB value is (96,71,60). Sum of RGB (Red+Green+Blue) = 96+71+60=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60473C is #9FB8C3. Grayscale: #4D4D4D. Windows color (decimal): -10467524 or 3950432. OLE color: 3950432.

HSL color Cylindrical-coordinate representation of color #60473C: hue angle of 18.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60473C is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 71 60 -
CMYK 0 0.26 0.38 0.62
HSL 18.33º 0.23% 0.31% -
HSV(B) 18.33º 0.38% 0.38% -
XYZ 7.89 7.32 5.27 -
YUV 77.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 96 71 60 0 0.26 0.38 0.62 18.33 0.23 0.31
Hex 60 47 3C 0 1A 26 3E 12 17 1F
Octal 140 107 74 0 32 46 76 22 27 37
Binary 1100000 1000111 111100 0 11010 100110 111110 10010 10111 11111

Color Harmonies of #60473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60473C

Black with #60473C

Text Example


Text Example

White with #60473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60473C; }

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

 H1.HeaderClassName
 {
   color: #60473C;
 }
 .AnyTagClassName
 {
   color: #60473C;
 }
</style>

background-color css

<style>
 a { background-color: #60473C; }

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

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

border-color css

<style>
 span { border-color: #60473C; }

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

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