#696835

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

Shades of Verdigris #696835

Tints of Verdigris #696835

Color information

#696835 (or 0x696835) is unknown color: approx Verdigris. HEX triplet: 69, 68 and 35. RGB value is (105,104,53). Sum of RGB (Red+Green+Blue) = 105+104+53=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #696835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696835 is #9697CA. Grayscale: #626262. Windows color (decimal): -9869259 or 3500137. OLE color: 3500137.

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

Color convert

RGB10510453-
CMYK00.010.500.59
HSL58.85º32.91%30.98%-
HSV(B)58.85º49.52%41.18%-
XYZ11.4213.165.31-
YUV98.48102.33132.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.08%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=40.08%
G=39.69%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051045300.010.500.5958.8532.9130.98
Hex69683501323B3b211f
Octal15115065016273734137
Binary110100111010001101010111001011101111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696835; }

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

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

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

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

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

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

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

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