#696638

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

Shades of Verdigris #696638

Tints of Verdigris #696638

Color information

#696638 (or 0x696638) is unknown color: approx Verdigris. HEX triplet: 69, 66 and 38. RGB value is (105,102,56). Sum of RGB (Red+Green+Blue) = 105+102+56=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #696638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696638 is #9699C7. Grayscale: #616161. Windows color (decimal): -9869768 or 3696233. OLE color: 3696233.

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

Color convert

RGB10510256-
CMYK00.030.470.59
HSL56.33º30.43%31.57%-
HSV(B)56.33º46.67%41.18%-
XYZ11.2912.795.62-
YUV97.65104.49133.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.92%
GREEN value IS 102 (40.23% from 255) = 38.78%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=39.92%
G=38.78%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051025600.030.470.5956.3330.4331.57
Hex696638032F3B381e20
Octal15114670035773703640
Binary1101001110011011100001110111111101111100011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696638; }

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

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

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

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

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

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

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

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