Html Css Color HEX #615F42 Verdigris

📋 copy color: '#615F42'

red 97 ◦ green 95 ◦ blue 66

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

Shades of Verdigris #615F42

Tints of Verdigris #615F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 37.6%
G = 36.82%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#615F42 (or 0x615F42) is known color: Verdigris. HEX triplet: 61, 5F and 42. RGB value is (97,95,66). Sum of RGB (Red+Green+Blue) = 97+95+66=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #615F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F42 is #9EA0BD. Grayscale: #5C5C5C. Windows color (decimal): -10395838 or 4349793. OLE color: 4349793.

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

Color convert

RGB 97 95 66 -
CMYK 0 0.02 0.32 0.62
HSL 56.13º 0.19% 0.32% -
HSV(B) 56.13º 0.32% 0.38% -
XYZ 10.01 11.12 6.77 -
YUV 92.29 113.16 131.36 -
System Red Green Blue C M Y K H S L
Decimal 97 95 66 0 0.02 0.32 0.62 56.13 0.19 0.32
Hex 61 5F 42 0 2 20 3E 38 13 20
Octal 141 137 102 0 2 40 76 70 23 40
Binary 1100001 1011111 1000010 0 10 100000 111110 111000 10011 100000

Color Harmonies of #615F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F42

Black with #615F42

Text Example


Text Example

White with #615F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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