Html Css Color HEX #5F603D Verdigris

📋 copy color: '#5F603D'

red 95 ◦ green 96 ◦ blue 61

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

Shades of Verdigris #5F603D

Tints of Verdigris #5F603D

RGB

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

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

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

R = 37.7%
G = 38.1%
B = 24.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#5F603D (or 0x5F603D) is known color: Verdigris. HEX triplet: 5F, 60 and 3D. RGB value is (95,96,61). Sum of RGB (Red+Green+Blue) = 95+96+61=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #5F603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F603D is #A09FC2. Grayscale: #5B5B5B. Windows color (decimal): -10526659 or 4022367. OLE color: 4022367.

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

Color convert

RGB 95 96 61 -
CMYK 0.01 0 0.36 0.62
HSL 61.71º 0.22% 0.31% -
HSV(B) 61.71º 0.36% 0.38% -
XYZ 9.74 11.14 6.05 -
YUV 91.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 95 96 61 0.01 0 0.36 0.62 61.71 0.22 0.31
Hex 5F 60 3D 1 0 24 3E 3E 16 1F
Octal 137 140 75 1 0 44 76 76 26 37
Binary 1011111 1100000 111101 1 0 100100 111110 111110 10110 11111

Color Harmonies of #5F603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F603D

Black with #5F603D

Text Example


Text Example

White with #5F603D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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