#696238

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

Shades of Verdigris #696238

Tints of Verdigris #696238

Color information

#696238 (or 0x696238) is unknown color: approx Verdigris. HEX triplet: 69, 62 and 38. RGB value is (105,98,56). Sum of RGB (Red+Green+Blue) = 105+98+56=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #696238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696238 is #969DC7. Grayscale: #5F5F5F. Windows color (decimal): -9870792 or 3695209. OLE color: 3695209.

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

Color convert

RGB1059856-
CMYK00.070.470.59
HSL51.43º30.43%31.57%-
HSV(B)51.43º46.67%41.18%-
XYZ10.9112.025.49-
YUV95.3105.82134.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 98 (38.67% from 255) = 37.84%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=40.54%
G=37.84%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105985600.070.470.5951.4330.4331.57
Hex696238072F3B331e20
Octal15114270075773633640
Binary11010011100010111000011110111111101111001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696238; }

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

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

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

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

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

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

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

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