Html Css Color HEX #5F613D Verdigris

📋 copy color: '#5F613D'

red 95 ◦ green 97 ◦ blue 61

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

Shades of Verdigris #5F613D

Tints of Verdigris #5F613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.34%

 BLUE value IS 61 (24.22% from 255) = 24.11%

R = 37.55%
G = 38.34%
B = 24.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#5F613D (or 0x5F613D) is known color: Verdigris. HEX triplet: 5F, 61 and 3D. RGB value is (95,97,61). Sum of RGB (Red+Green+Blue) = 95+97+61=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #5F613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F613D is #A09EC2. Grayscale: #5C5C5C. Windows color (decimal): -10526403 or 4022623. OLE color: 4022623.

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

Color convert

RGB 95 97 61 -
CMYK 0.02 0 0.37 0.62
HSL 63.33º 0.23% 0.31% -
HSV(B) 63.33º 0.37% 0.38% -
XYZ 9.84 11.32 6.08 -
YUV 92.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 95 97 61 0.02 0 0.37 0.62 63.33 0.23 0.31
Hex 5F 61 3D 2 0 25 3E 3F 17 1F
Octal 137 141 75 2 0 45 76 77 27 37
Binary 1011111 1100001 111101 10 0 100101 111110 111111 10111 11111

Color Harmonies of #5F613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F613D

Black with #5F613D

Text Example


Text Example

White with #5F613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,97,61); }

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

background-color css

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

 a { background-color: rgb(95,97,61); }

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

border-color css

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

 span { border-color: rgb(95,97,61); }

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