#696838

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

Shades of Verdigris #696838

Tints of Verdigris #696838

Color information

#696838 (or 0x696838) is unknown color: approx Verdigris. HEX triplet: 69, 68 and 38. RGB value is (105,104,56). Sum of RGB (Red+Green+Blue) = 105+104+56=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #696838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696838 is #9697C7. Grayscale: #636363. Windows color (decimal): -9869256 or 3696745. OLE color: 3696745.

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

Color convert

RGB10510456-
CMYK00.010.470.59
HSL58.78º30.43%31.57%-
HSV(B)58.78º46.67%41.18%-
XYZ11.4913.195.68-
YUV98.83103.83132.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=39.62%
G=39.25%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051045600.010.470.5958.7830.4331.57
Hex696838012F3B3b1e20
Octal15115070015773733640
Binary110100111010001110000110111111101111101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696838; }

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

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

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

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

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

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

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

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