#696B3A

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

Shades of Verdigris #696B3A

Tints of Verdigris #696B3A

Color information

#696B3A (or 0x696B3A) is unknown color: approx Verdigris. HEX triplet: 69, 6B and 3A. RGB value is (105,107,58). Sum of RGB (Red+Green+Blue) = 105+107+58=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #696B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696B3A is #9694C5. Grayscale: #656565. Windows color (decimal): -9868486 or 3828585. OLE color: 3828585.

HSL color Cylindrical-coordinate representation of color #696B3A: hue angle of 62.45º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #696B3A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB10510758-
CMYK0.0200.460.58
HSL62.45º29.7%32.35%-
HSV(B)62.45º45.79%41.96%-
XYZ11.8513.826.05-
YUV100.82103.84130.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 58 (23.05% from 255) = 21.48%
R=38.89%
G=39.63%
B=21.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105107580.0200.460.5862.4529.732.35
Hex696B3A202E3A3e1e20
Octal15115372205672763640
Binary1101001110101111101010010111011101011111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696B3A; }

 p { color: rgb(105,107,58); }

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

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

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

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

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

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

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