#656245

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

Shades of Verdigris #656245

Tints of Verdigris #656245

Color information

#656245 (or 0x656245) is unknown color: approx Verdigris. HEX triplet: 65, 62 and 45. RGB value is (101,98,69). Sum of RGB (Red+Green+Blue) = 101+98+69=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #656245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656245 is #9A9DBA. Grayscale: #5F5F5F. Windows color (decimal): -10132923 or 4547173. OLE color: 4547173.

HSL color Cylindrical-coordinate representation of color #656245: hue angle of 54.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #656245 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB1019869-
CMYK00.030.320.60
HSL54.38º18.82%33.33%-
HSV(B)54.38º31.68%39.61%-
XYZ10.8111.937.36-
YUV95.59112.99131.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=37.69%
G=36.57%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101986900.030.320.6054.3818.8233.33
Hex65624503203C361321
Octal145142105034074662341
Binary11001011100010100010101110000011110011011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656245; }

 p { color: rgb(101,98,69); }

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

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

 a { background-color: rgb(101,98,69); }

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

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

 span { border-color: rgb(101,98,69); }

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