#696738

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

Shades of Verdigris #696738

Tints of Verdigris #696738

Color information

#696738 (or 0x696738) is unknown color: approx Verdigris. HEX triplet: 69, 67 and 38. RGB value is (105,103,56). Sum of RGB (Red+Green+Blue) = 105+103+56=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #696738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696738 is #9698C7. Grayscale: #626262. Windows color (decimal): -9869512 or 3696489. OLE color: 3696489.

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

Color convert

RGB10510356-
CMYK00.020.470.59
HSL57.55º30.43%31.57%-
HSV(B)57.55º46.67%41.18%-
XYZ11.3912.995.65-
YUV98.24104.16132.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.77%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=39.77%
G=39.02%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051035600.020.470.5957.5530.4331.57
Hex696738022F3B3a1e20
Octal15114770025773723640
Binary1101001110011111100001010111111101111101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696738; }

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

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

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

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

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

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

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

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