#696541

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

Shades of Verdigris #696541

Tints of Verdigris #696541

Color information

#696541 (or 0x696541) is unknown color: approx Verdigris. HEX triplet: 69, 65 and 41. RGB value is (105,101,65). Sum of RGB (Red+Green+Blue) = 105+101+65=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #696541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696541 is #969ABE. Grayscale: #626262. Windows color (decimal): -9870015 or 4285801. OLE color: 4285801.

HSL color Cylindrical-coordinate representation of color #696541: hue angle of 54º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #696541 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB10510165-
CMYK00.040.380.59
HSL54º23.53%33.33%-
HSV(B)54º38.1%41.18%-
XYZ11.4312.696.85-
YUV98.09109.33132.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.75%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 65 (25.78% from 255) = 23.99%
R=38.75%
G=37.27%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051016500.040.380.595423.5333.33
Hex69654104263B361821
Octal151145101044673663041
Binary110100111001011000001010010011011101111011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696541; }

 p { color: rgb(105,101,65); }

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

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

 a { background-color: rgb(105,101,65); }

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

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

 span { border-color: rgb(105,101,65); }

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