#696935

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

Shades of Verdigris #696935

Tints of Verdigris #696935

Color information

#696935 (or 0x696935) is unknown color: approx Verdigris. HEX triplet: 69, 69 and 35. RGB value is (105,105,53). Sum of RGB (Red+Green+Blue) = 105+105+53=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696935 is #9696CA. Grayscale: #636363. Windows color (decimal): -9869003 or 3500393. OLE color: 3500393.

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

Color convert

RGB10510553-
CMYK000.500.59
HSL60º32.91%30.98%-
HSV(B)60º49.52%41.18%-
XYZ11.5213.365.34-
YUV99.07102132.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.92%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 53 (21.09% from 255) = 20.15%
R=39.92%
G=39.92%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510553000.500.596032.9130.98
Hex69693500323B3c211f
Octal15115165006273744137
Binary110100111010011101010011001011101111110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696935; }

 p { color: rgb(105,105,53); }

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

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

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

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

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

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

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