Html Css Color HEX #616533 Verdigris

📋 copy color: '#616533'

red 97 ◦ green 101 ◦ blue 51

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

Shades of Verdigris #616533

Tints of Verdigris #616533

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.56%

 BLUE value IS 51 (20.31% from 255) = 20.48%

R = 38.96%
G = 40.56%
B = 20.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#616533 (or 0x616533) is known color: Verdigris. HEX triplet: 61, 65 and 33. RGB value is (97,101,51). Sum of RGB (Red+Green+Blue) = 97+101+51=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #616533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616533 is #9E9ACC. Grayscale: #5E5E5E. Windows color (decimal): -10394317 or 3368289. OLE color: 3368289.

HSL color Cylindrical-coordinate representation of color #616533: hue angle of 64.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #616533 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 101 51 -
CMYK 0.04 0 0.50 0.60
HSL 64.8º 0.33% 0.3% -
HSV(B) 64.8º 0.5% 0.4% -
XYZ 10.18 12.09 4.93 -
YUV 94.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 97 101 51 0.04 0 0.50 0.60 64.8 0.33 0.3
Hex 61 65 33 4 0 32 3C 41 21 1E
Octal 141 145 63 4 0 62 74 101 41 36
Binary 1100001 1100101 110011 100 0 110010 111100 1000001 100001 11110

Color Harmonies of #616533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616533

Black with #616533

Text Example


Text Example

White with #616533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616533; }

 p { color: rgb(97,101,51); }

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

background-color css

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

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

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

border-color css

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

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

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