#696441

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

Shades of Verdigris #696441

Tints of Verdigris #696441

Color information

#696441 (or 0x696441) is unknown color: approx Verdigris. HEX triplet: 69, 64 and 41. RGB value is (105,100,65). Sum of RGB (Red+Green+Blue) = 105+100+65=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #696441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696441 is #969BBE. Grayscale: #616161. Windows color (decimal): -9870271 or 4285545. OLE color: 4285545.

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

Color convert

RGB10510065-
CMYK00.050.380.59
HSL52.5º23.53%33.33%-
HSV(B)52.5º38.1%41.18%-
XYZ11.3412.56.82-
YUV97.5109.66133.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 65 (25.78% from 255) = 24.07%
R=38.89%
G=37.04%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051006500.050.380.5952.523.5333.33
Hex69644105263B341821
Octal151144101054673643041
Binary110100111001001000001010110011011101111010011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696441; }

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

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

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

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

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

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

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

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