#656145

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

Shades of Verdigris #656145

Tints of Verdigris #656145

Color information

#656145 (or 0x656145) is unknown color: approx Verdigris. HEX triplet: 65, 61 and 45. RGB value is (101,97,69). Sum of RGB (Red+Green+Blue) = 101+97+69=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #656145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656145 is #9A9EBA. Grayscale: #5F5F5F. Windows color (decimal): -10133179 or 4546917. OLE color: 4546917.

HSL color Cylindrical-coordinate representation of color #656145: hue angle of 52.5º 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 #656145 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB1019769-
CMYK00.040.320.60
HSL52.5º18.82%33.33%-
HSV(B)52.5º31.68%39.61%-
XYZ10.7211.757.33-
YUV95113.33132.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 69 (27.34% from 255) = 25.84%
R=37.83%
G=36.33%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101976900.040.320.6052.518.8233.33
Hex65614504203C341321
Octal145141105044074642341
Binary110010111000011000101010010000011110011010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656145; }

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

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

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

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

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

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

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

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