#696633

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

Shades of Verdigris #696633

Tints of Verdigris #696633

Color information

#696633 (or 0x696633) is unknown color: approx Verdigris. HEX triplet: 69, 66 and 33. RGB value is (105,102,51). Sum of RGB (Red+Green+Blue) = 105+102+51=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #696633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696633 is #9699CC. Grayscale: #616161. Windows color (decimal): -9869773 or 3368553. OLE color: 3368553.

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

Color convert

RGB10510251-
CMYK00.030.510.59
HSL56.67º34.62%30.59%-
HSV(B)56.67º51.43%41.18%-
XYZ11.1712.755-
YUV97.08101.99133.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 51 (20.31% from 255) = 19.77%
R=40.70%
G=39.53%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051025100.030.510.5956.6734.6230.59
Hex69663303333B39231f
Octal15114663036373714337
Binary1101001110011011001101111001111101111100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696633; }

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

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

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

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

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

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

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

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