#696138

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

Shades of Verdigris #696138

Tints of Verdigris #696138

Color information

#696138 (or 0x696138) is unknown color: approx Verdigris. HEX triplet: 69, 61 and 38. RGB value is (105,97,56). Sum of RGB (Red+Green+Blue) = 105+97+56=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #696138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696138 is #969EC7. Grayscale: #5E5E5E. Windows color (decimal): -9871048 or 3694953. OLE color: 3694953.

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

Color convert

RGB1059756-
CMYK00.080.470.59
HSL50.2º30.43%31.57%-
HSV(B)50.2º46.67%41.18%-
XYZ10.8111.845.46-
YUV94.72106.15135.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 56 (22.27% from 255) = 21.71%
R=40.70%
G=37.60%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105975600.080.470.5950.230.4331.57
Hex696138082F3B321e20
Octal151141700105773623640
Binary110100111000011110000100010111111101111001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696138; }

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

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

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

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

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

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

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

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