Html Css Color HEX #605F45 Verdigris

📋 copy color: '#605F45'

red 96 ◦ green 95 ◦ blue 69

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

Shades of Verdigris #605F45

Tints of Verdigris #605F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.54%

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

R = 36.92%
G = 36.54%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#605F45 (or 0x605F45) is known color: Verdigris. HEX triplet: 60, 5F and 45. RGB value is (96,95,69). Sum of RGB (Red+Green+Blue) = 96+95+69=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 96 - color contains mainly: red. Hex color #605F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F45 is #9FA0BA. Grayscale: #5C5C5C. Windows color (decimal): -10461371 or 4546400. OLE color: 4546400.

HSL color Cylindrical-coordinate representation of color #605F45: hue angle of 57.78º 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 #605F45 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 95 69 -
CMYK 0 0.01 0.28 0.62
HSL 57.78º 0.16% 0.32% -
HSV(B) 57.78º 0.28% 0.38% -
XYZ 9.99 11.1 7.25 -
YUV 92.34 114.83 130.61 -
System Red Green Blue C M Y K H S L
Decimal 96 95 69 0 0.01 0.28 0.62 57.78 0.16 0.32
Hex 60 5F 45 0 1 1C 3E 3A 10 20
Octal 140 137 105 0 1 34 76 72 20 40
Binary 1100000 1011111 1000101 0 1 11100 111110 111010 10000 100000

Color Harmonies of #605F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F45

Black with #605F45

Text Example


Text Example

White with #605F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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