#696439

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

Shades of Verdigris #696439

Tints of Verdigris #696439

Color information

#696439 (or 0x696439) is unknown color: approx Verdigris. HEX triplet: 69, 64 and 39. RGB value is (105,100,57). Sum of RGB (Red+Green+Blue) = 105+100+57=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #696439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696439 is #969BC6. Grayscale: #606060. Windows color (decimal): -9870279 or 3761257. OLE color: 3761257.

HSL color Cylindrical-coordinate representation of color #696439: hue angle of 53.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #696439 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB10510057-
CMYK00.050.460.59
HSL53.75º29.63%31.76%-
HSV(B)53.75º45.71%41.18%-
XYZ11.1212.415.68-
YUV96.59105.66134-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.08%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 57 (22.66% from 255) = 21.76%
R=40.08%
G=38.17%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051005700.050.460.5953.7529.6331.76
Hex696439052E3B361e20
Octal15114471055673663640
Binary11010011100100111001010110111011101111011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696439; }

 p { color: rgb(105,100,57); }

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

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

 a { background-color: rgb(105,100,57); }

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

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

 span { border-color: rgb(105,100,57); }

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