Html Css Color HEX #616635 Verdigris

📋 copy color: '#616635'

red 97 ◦ green 102 ◦ blue 53

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

Shades of Verdigris #616635

Tints of Verdigris #616635

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.48%

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

R = 38.49%
G = 40.48%
B = 21.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#616635 (or 0x616635) is known color: Verdigris. HEX triplet: 61, 66 and 35. RGB value is (97,102,53). Sum of RGB (Red+Green+Blue) = 97+102+53=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 102 - color contains mainly: green. Hex color #616635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616635 is #9E99CA. Grayscale: #5F5F5F. Windows color (decimal): -10394059 or 3499617. OLE color: 3499617.

HSL color Cylindrical-coordinate representation of color #616635: hue angle of 66.12º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #616635 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 102 53 -
CMYK 0.05 0 0.48 0.6
HSL 66.12º 0.32% 0.3% -
HSV(B) 66.12º 0.48% 0.4% -
XYZ 10.32 12.3 5.2 -
YUV 94.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 97 102 53 0.05 0 0.48 0.6 66.12 0.32 0.3
Hex 61 66 35 5 0 30 3C 42 20 1E
Octal 141 146 65 5 0 60 74 102 40 36
Binary 1100001 1100110 110101 101 0 110000 111100 1000010 100000 11110

Color Harmonies of #616635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616635

Black with #616635

Text Example


Text Example

White with #616635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616635; }

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

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

background-color css

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

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

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

border-color css

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

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

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