Html Css Color HEX #605E48 Verdigris

📋 copy color: '#605E48'

red 96 ◦ green 94 ◦ blue 72

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

Shades of Verdigris #605E48

Tints of Verdigris #605E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 36.64%
G = 35.88%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#605E48 (or 0x605E48) is known color: Verdigris. HEX triplet: 60, 5E and 48. RGB value is (96,94,72). Sum of RGB (Red+Green+Blue) = 96+94+72=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 96 - color contains mainly: red. Hex color #605E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E48 is #9FA1B7. Grayscale: #5C5C5C. Windows color (decimal): -10461624 or 4742752. OLE color: 4742752.

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

Color convert

RGB 96 94 72 -
CMYK 0 0.02 0.25 0.62
HSL 55º 0.14% 0.33% -
HSV(B) 55º 0.25% 0.38% -
XYZ 10 10.96 7.72 -
YUV 92.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 96 94 72 0 0.02 0.25 0.62 55 0.14 0.33
Hex 60 5E 48 0 2 19 3E 37 E 21
Octal 140 136 110 0 2 31 76 67 16 41
Binary 1100000 1011110 1001000 0 10 11001 111110 110111 1110 100001

Color Harmonies of #605E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E48

Black with #605E48

Text Example


Text Example

White with #605E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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