#605E44

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

Shades of Verdigris #605E44

Tints of Verdigris #605E44

Color information

#605E44 (or 0x605E44) is unknown color: approx Verdigris. HEX triplet: 60, 5E and 44. RGB value is (96,94,68). Sum of RGB (Red+Green+Blue) = 96+94+68=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #605E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E44 is #9FA1BB. Grayscale: #5B5B5B. Windows color (decimal): -10461628 or 4480608. OLE color: 4480608.

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

Color convert

RGB969468-
CMYK00.020.290.62
HSL55.71º17.07%32.16%-
HSV(B)55.71º29.17%37.65%-
XYZ9.8710.917.05-
YUV91.63114.66131.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 94 (37.11% from 255) = 36.43%
BLUE value IS 68 (26.95% from 255) = 26.36%
R=37.21%
G=36.43%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96946800.020.290.6255.7117.0732.16
Hex605E44021D3E381120
Octal140136104023576702140
Binary1100000101111010001000101110111111011100010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605E44; }

 p { color: rgb(96,94,68); }

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

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

 a { background-color: rgb(96,94,68); }

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

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

 span { border-color: rgb(96,94,68); }

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