Html Css Color HEX #615F45 Verdigris

📋 copy color: '#615F45'

red 97 ◦ green 95 ◦ blue 69

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

Shades of Verdigris #615F45

Tints of Verdigris #615F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.44%

R = 37.16%
G = 36.4%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#615F45 (or 0x615F45) is known color: Verdigris. HEX triplet: 61, 5F and 45. RGB value is (97,95,69). Sum of RGB (Red+Green+Blue) = 97+95+69=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #615F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F45 is #9EA0BA. Grayscale: #5C5C5C. Windows color (decimal): -10395835 or 4546401. OLE color: 4546401.

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

Color convert

RGB 97 95 69 -
CMYK 0 0.02 0.29 0.62
HSL 55.71º 0.17% 0.33% -
HSV(B) 55.71º 0.29% 0.38% -
XYZ 10.1 11.16 7.25 -
YUV 92.63 114.66 131.11 -
System Red Green Blue C M Y K H S L
Decimal 97 95 69 0 0.02 0.29 0.62 55.71 0.17 0.33
Hex 61 5F 45 0 2 1D 3E 38 11 21
Octal 141 137 105 0 2 35 76 70 21 41
Binary 1100001 1011111 1000101 0 10 11101 111110 111000 10001 100001

Color Harmonies of #615F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F45

Black with #615F45

Text Example


Text Example

White with #615F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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