#616333

Color #616333 Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #616333

Tints of Verdigris #616333

Color information

#616333 (or 0x616333) is unknown color: approx Verdigris. HEX triplet: 61, 63 and 33. RGB value is (97,99,51). Sum of RGB (Red+Green+Blue) = 97+99+51=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #616333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616333 is #9E9CCC. Grayscale: #5D5D5D. Windows color (decimal): -10394829 or 3367777. OLE color: 3367777.

HSL color Cylindrical-coordinate representation of color #616333: hue angle of 62.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #616333 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB979951-
CMYK0.0200.480.61
HSL62.5º32%29.41%-
HSV(B)62.5º48.48%38.82%-
XYZ9.9911.74.86-
YUV92.93104.34130.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 51 (20.31% from 255) = 20.65%
R=39.27%
G=40.08%
B=20.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9799510.0200.480.6162.53229.41
Hex61633320303D3e201d
Octal14114363206075764035
Binary1100001110001111001110011000011110111111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616333; }

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

 H1.HeaderClassName
 {
   color: #616333;
 }
 .AnyTagClassName
 {
   color: #616333;
 }
</style>
background-color css

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

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

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

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

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

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