#616233

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

Shades of Verdigris #616233

Tints of Verdigris #616233

Color information

#616233 (or 0x616233) is unknown color: approx Verdigris. HEX triplet: 61, 62 and 33. RGB value is (97,98,51). Sum of RGB (Red+Green+Blue) = 97+98+51=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #616233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616233 is #9E9DCC. Grayscale: #5C5C5C. Windows color (decimal): -10395085 or 3367521. OLE color: 3367521.

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

Color convert

RGB979851-
CMYK0.0100.480.62
HSL61.28º31.54%29.22%-
HSV(B)61.28º47.96%38.43%-
XYZ9.8911.524.83-
YUV92.34104.67131.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 51 (20.31% from 255) = 20.73%
R=39.43%
G=39.84%
B=20.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798510.0100.480.6261.2831.5429.22
Hex61623310303E3d201d
Octal14114263106076754035
Binary110000111000101100111011000011111011110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616233; }

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

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

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

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

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

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

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

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