Html Css Color HEX #605E47 Verdigris

📋 copy color: '#605E47'

red 96 ◦ green 94 ◦ blue 71

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

Shades of Verdigris #605E47

Tints of Verdigris #605E47

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.02%

 BLUE value IS 71 (28.13% from 255) = 27.2%

R = 36.78%
G = 36.02%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#605E47 (or 0x605E47) is known color: Verdigris. HEX triplet: 60, 5E and 47. RGB value is (96,94,71). Sum of RGB (Red+Green+Blue) = 96+94+71=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 96 - color contains mainly: red. Hex color #605E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E47 is #9FA1B8. Grayscale: #5C5C5C. Windows color (decimal): -10461625 or 4677216. OLE color: 4677216.

HSL color Cylindrical-coordinate representation of color #605E47: hue angle of 55.2º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #605E47 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 94 71 -
CMYK 0 0.02 0.26 0.62
HSL 55.2º 0.15% 0.33% -
HSV(B) 55.2º 0.26% 0.38% -
XYZ 9.96 10.95 7.55 -
YUV 91.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 96 94 71 0 0.02 0.26 0.62 55.2 0.15 0.33
Hex 60 5E 47 0 2 1A 3E 37 F 21
Octal 140 136 107 0 2 32 76 67 17 41
Binary 1100000 1011110 1000111 0 10 11010 111110 110111 1111 100001

Color Harmonies of #605E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E47

Black with #605E47

Text Example


Text Example

White with #605E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605E47; }

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

 H1.HeaderClassName
 {
   color: #605E47;
 }
 .AnyTagClassName
 {
   color: #605E47;
 }
</style>

background-color css

<style>
 a { background-color: #605E47; }

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

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

border-color css

<style>
 span { border-color: #605E47; }

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

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