Html Css Color HEX #616435 Verdigris

📋 copy color: '#616435'

red 97 ◦ green 100 ◦ blue 53

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

Shades of Verdigris #616435

Tints of Verdigris #616435

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

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

R = 38.8%
G = 40%
B = 21.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#616435 (or 0x616435) is known color: Verdigris. HEX triplet: 61, 64 and 35. RGB value is (97,100,53). Sum of RGB (Red+Green+Blue) = 97+100+53=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #616435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616435 is #9E9BCA. Grayscale: #5D5D5D. Windows color (decimal): -10394571 or 3499105. OLE color: 3499105.

HSL color Cylindrical-coordinate representation of color #616435: hue angle of 63.83º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #616435 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 100 53 -
CMYK 0.03 0 0.47 0.61
HSL 63.83º 0.31% 0.3% -
HSV(B) 63.83º 0.47% 0.39% -
XYZ 10.13 11.91 5.13 -
YUV 93.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 97 100 53 0.03 0 0.47 0.61 63.83 0.31 0.3
Hex 61 64 35 3 0 2F 3D 40 1F 1E
Octal 141 144 65 3 0 57 75 100 37 36
Binary 1100001 1100100 110101 11 0 101111 111101 1000000 11111 11110

Color Harmonies of #616435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616435

Black with #616435

Text Example


Text Example

White with #616435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616435; }

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

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

background-color css

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

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

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

border-color css

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

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

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