Html Css Color HEX #615F46 Verdigris

📋 copy color: '#615F46'

red 97 ◦ green 95 ◦ blue 70

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

Shades of Verdigris #615F46

Tints of Verdigris #615F46

RGB

 RED value IS 97 (38.28% from 255) = 37.02%

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

 BLUE value IS 70 (27.73% from 255) = 26.72%

R = 37.02%
G = 36.26%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#615F46 (or 0x615F46) is known color: Verdigris. HEX triplet: 61, 5F and 46. RGB value is (97,95,70). Sum of RGB (Red+Green+Blue) = 97+95+70=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #615F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F46 is #9EA0B9. Grayscale: #5C5C5C. Windows color (decimal): -10395834 or 4611937. OLE color: 4611937.

HSL color Cylindrical-coordinate representation of color #615F46: hue angle of 55.56º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #615F46 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 95 70 -
CMYK 0 0.02 0.28 0.62
HSL 55.56º 0.16% 0.33% -
HSV(B) 55.56º 0.28% 0.38% -
XYZ 10.13 11.17 7.42 -
YUV 92.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 97 95 70 0 0.02 0.28 0.62 55.56 0.16 0.33
Hex 61 5F 46 0 2 1C 3E 38 10 21
Octal 141 137 106 0 2 34 76 70 20 41
Binary 1100001 1011111 1000110 0 10 11100 111110 111000 10000 100001

Color Harmonies of #615F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F46

Black with #615F46

Text Example


Text Example

White with #615F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615F46; }

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

 H1.HeaderClassName
 {
   color: #615F46;
 }
 .AnyTagClassName
 {
   color: #615F46;
 }
</style>

background-color css

<style>
 a { background-color: #615F46; }

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

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

border-color css

<style>
 span { border-color: #615F46; }

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

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