Html Css Color HEX #605D45 Verdigris

📋 copy color: '#605D45'

red 96 ◦ green 93 ◦ blue 69

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

Shades of Verdigris #605D45

Tints of Verdigris #605D45

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.05%

 BLUE value IS 69 (27.34% from 255) = 26.74%

R = 37.21%
G = 36.05%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#605D45 (or 0x605D45) is known color: Verdigris. HEX triplet: 60, 5D and 45. RGB value is (96,93,69). Sum of RGB (Red+Green+Blue) = 96+93+69=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #605D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605D45 is #9FA2BA. Grayscale: #5B5B5B. Windows color (decimal): -10461883 or 4545888. OLE color: 4545888.

HSL color Cylindrical-coordinate representation of color #605D45: hue angle of 53.33º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #605D45 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 93 69 -
CMYK 0 0.03 0.28 0.62
HSL 53.33º 0.16% 0.32% -
HSV(B) 53.33º 0.28% 0.38% -
XYZ 9.81 10.75 7.19 -
YUV 91.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 96 93 69 0 0.03 0.28 0.62 53.33 0.16 0.32
Hex 60 5D 45 0 3 1C 3E 35 10 20
Octal 140 135 105 0 3 34 76 65 20 40
Binary 1100000 1011101 1000101 0 11 11100 111110 110101 10000 100000

Color Harmonies of #605D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605D45

Black with #605D45

Text Example


Text Example

White with #605D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,93,69); }

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

background-color css

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

 a { background-color: rgb(96,93,69); }

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

border-color css

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

 span { border-color: rgb(96,93,69); }

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