#656444

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

Shades of Verdigris #656444

Tints of Verdigris #656444

Color information

#656444 (or 0x656444) is unknown color: approx Verdigris. HEX triplet: 65, 64 and 44. RGB value is (101,100,68). Sum of RGB (Red+Green+Blue) = 101+100+68=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 101 - color contains mainly: red. Hex color #656444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656444 is #9A9BBB. Grayscale: #606060. Windows color (decimal): -10132412 or 4482149. OLE color: 4482149.

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

Color convert

RGB10110068-
CMYK00.010.330.60
HSL58.18º19.53%33.14%-
HSV(B)58.18º32.67%39.61%-
XYZ10.9712.37.26-
YUV96.65111.83131.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.55%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=37.55%
G=37.17%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1011006800.010.330.6058.1819.5333.14
Hex65644401213C3a1421
Octal145144104014174722441
Binary1100101110010010001000110000111110011101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656444; }

 p { color: rgb(101,100,68); }

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

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

 a { background-color: rgb(101,100,68); }

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

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

 span { border-color: rgb(101,100,68); }

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