Html Css Color HEX #616043 Verdigris

📋 copy color: '#616043'

red 97 ◦ green 96 ◦ blue 67

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

Shades of Verdigris #616043

Tints of Verdigris #616043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.77%

R = 37.31%
G = 36.92%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#616043 (or 0x616043) is known color: Verdigris. HEX triplet: 61, 60 and 43. RGB value is (97,96,67). Sum of RGB (Red+Green+Blue) = 97+96+67=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #616043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616043 is #9E9FBC. Grayscale: #5D5D5D. Windows color (decimal): -10395581 or 4415585. OLE color: 4415585.

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

Color convert

RGB 97 96 67 -
CMYK 0 0.01 0.31 0.62
HSL 58º 0.18% 0.32% -
HSV(B) 58º 0.31% 0.38% -
XYZ 10.13 11.31 6.96 -
YUV 92.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 97 96 67 0 0.01 0.31 0.62 58 0.18 0.32
Hex 61 60 43 0 1 1F 3E 3A 12 20
Octal 141 140 103 0 1 37 76 72 22 40
Binary 1100001 1100000 1000011 0 1 11111 111110 111010 10010 100000

Color Harmonies of #616043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616043

Black with #616043

Text Example


Text Example

White with #616043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616043; }

 p { color: rgb(97,96,67); }

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

background-color css

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

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

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

border-color css

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

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

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