#696635

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

Shades of Verdigris #696635

Tints of Verdigris #696635

Color information

#696635 (or 0x696635) is unknown color: approx Verdigris. HEX triplet: 69, 66 and 35. RGB value is (105,102,53). Sum of RGB (Red+Green+Blue) = 105+102+53=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #696635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696635 is #9699CA. Grayscale: #616161. Windows color (decimal): -9869771 or 3499625. OLE color: 3499625.

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

Color convert

RGB10510253-
CMYK00.030.500.59
HSL56.54º32.91%30.98%-
HSV(B)56.54º49.52%41.18%-
XYZ11.2212.765.24-
YUV97.31102.99133.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 102 (40.23% from 255) = 39.23%
BLUE value IS 53 (21.09% from 255) = 20.38%
R=40.38%
G=39.23%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051025300.030.500.5956.5432.9130.98
Hex69663503323B39211f
Octal15114665036273714137
Binary1101001110011011010101111001011101111100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696635; }

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

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

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

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

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

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

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

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