Html Css Color HEX #616135 Verdigris

📋 copy color: '#616135'

red 97 ◦ green 97 ◦ blue 53

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

Shades of Verdigris #616135

Tints of Verdigris #616135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.46%

R = 39.27%
G = 39.27%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#616135 (or 0x616135) is known color: Verdigris. HEX triplet: 61, 61 and 35. RGB value is (97,97,53). Sum of RGB (Red+Green+Blue) = 97+97+53=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616135 is #9E9ECA. Grayscale: #5C5C5C. Windows color (decimal): -10395339 or 3498337. OLE color: 3498337.

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

Color convert

RGB 97 97 53 -
CMYK 0 0 0.45 0.62
HSL 60º 0.29% 0.29% -
HSV(B) 60º 0.45% 0.38% -
XYZ 9.85 11.35 5.04 -
YUV 91.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 97 97 53 0 0 0.45 0.62 60 0.29 0.29
Hex 61 61 35 0 0 2D 3E 3C 1D 1D
Octal 141 141 65 0 0 55 76 74 35 35
Binary 1100001 1100001 110101 0 0 101101 111110 111100 11101 11101

Color Harmonies of #616135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616135

Black with #616135

Text Example


Text Example

White with #616135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616135; }

 p { color: rgb(97,97,53); }

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

background-color css

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

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

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

border-color css

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

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

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