#696235

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

Shades of Verdigris #696235

Tints of Verdigris #696235

Color information

#696235 (or 0x696235) is unknown color: approx Verdigris. HEX triplet: 69, 62 and 35. RGB value is (105,98,53). Sum of RGB (Red+Green+Blue) = 105+98+53=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #696235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696235 is #969DCA. Grayscale: #5F5F5F. Windows color (decimal): -9870795 or 3498601. OLE color: 3498601.

HSL color Cylindrical-coordinate representation of color #696235: hue angle of 51.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696235 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1059853-
CMYK00.070.500.59
HSL51.92º32.91%30.98%-
HSV(B)51.92º49.52%41.18%-
XYZ10.84125.11-
YUV94.96104.32135.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=41.02%
G=38.28%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105985300.070.500.5951.9232.9130.98
Hex69623507323B34211f
Octal15114265076273644137
Binary11010011100010110101011111001011101111010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696235; }

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

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

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

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

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

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

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

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