Html Css Color HEX #5F603F Verdigris

📋 copy color: '#5F603F'

red 95 ◦ green 96 ◦ blue 63

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

Shades of Verdigris #5F603F

Tints of Verdigris #5F603F

RGB

 RED value IS 95 (37.5% from 255) = 37.4%

 GREEN value IS 96 (37.89% from 255) = 37.8%

 BLUE value IS 63 (25% from 255) = 24.8%

R = 37.4%
G = 37.8%
B = 24.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#5F603F (or 0x5F603F) is known color: Verdigris. HEX triplet: 5F, 60 and 3F. RGB value is (95,96,63). Sum of RGB (Red+Green+Blue) = 95+96+63=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 96 - color contains mainly: green. Hex color #5F603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F603F is #A09FC0. Grayscale: #5C5C5C. Windows color (decimal): -10526657 or 4153439. OLE color: 4153439.

HSL color Cylindrical-coordinate representation of color #5F603F: hue angle of 61.82º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F603F is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 95 96 63 -
CMYK 0.01 0 0.34 0.62
HSL 61.82º 0.21% 0.31% -
HSV(B) 61.82º 0.34% 0.38% -
XYZ 9.8 11.16 6.34 -
YUV 91.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 95 96 63 0.01 0 0.34 0.62 61.82 0.21 0.31
Hex 5F 60 3F 1 0 22 3E 3E 15 1F
Octal 137 140 77 1 0 42 76 76 25 37
Binary 1011111 1100000 111111 1 0 100010 111110 111110 10101 11111

Color Harmonies of #5F603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F603F

Black with #5F603F

Text Example


Text Example

White with #5F603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F603F; }

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

 H1.HeaderClassName
 {
   color: #5F603F;
 }
 .AnyTagClassName
 {
   color: #5F603F;
 }
</style>

background-color css

<style>
 a { background-color: #5F603F; }

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

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

border-color css

<style>
 span { border-color: #5F603F; }

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

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