Html Css Color HEX #605F3C Verdigris

📋 copy color: '#605F3C'

red 96 ◦ green 95 ◦ blue 60

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

Shades of Verdigris #605F3C

Tints of Verdigris #605F3C

RGB

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

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

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

R = 38.25%
G = 37.85%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#605F3C (or 0x605F3C) is known color: Verdigris. HEX triplet: 60, 5F and 3C. RGB value is (96,95,60). Sum of RGB (Red+Green+Blue) = 96+95+60=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #605F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F3C is #9FA0C3. Grayscale: #5B5B5B. Windows color (decimal): -10461380 or 3956576. OLE color: 3956576.

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

Color convert

RGB 96 95 60 -
CMYK 0 0.01 0.38 0.62
HSL 58.33º 0.23% 0.31% -
HSV(B) 58.33º 0.38% 0.38% -
XYZ 9.73 11 5.88 -
YUV 91.31 110.33 131.35 -
System Red Green Blue C M Y K H S L
Decimal 96 95 60 0 0.01 0.38 0.62 58.33 0.23 0.31
Hex 60 5F 3C 0 1 26 3E 3A 17 1F
Octal 140 137 74 0 1 46 76 72 27 37
Binary 1100000 1011111 111100 0 1 100110 111110 111010 10111 11111

Color Harmonies of #605F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F3C

Black with #605F3C

Text Example


Text Example

White with #605F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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