#696436

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

Shades of Verdigris #696436

Tints of Verdigris #696436

Color information

#696436 (or 0x696436) is unknown color: approx Verdigris. HEX triplet: 69, 64 and 36. RGB value is (105,100,54). Sum of RGB (Red+Green+Blue) = 105+100+54=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #696436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696436 is #969BC9. Grayscale: #606060. Windows color (decimal): -9870282 or 3564649. OLE color: 3564649.

HSL color Cylindrical-coordinate representation of color #696436: hue angle of 54.12º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696436 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB10510054-
CMYK00.050.490.59
HSL54.12º32.08%31.18%-
HSV(B)54.12º48.57%41.18%-
XYZ11.0512.385.3-
YUV96.25104.16134.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 100 (39.45% from 255) = 38.61%
BLUE value IS 54 (21.48% from 255) = 20.85%
R=40.54%
G=38.61%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051005400.050.490.5954.1232.0831.18
Hex69643605313B36201f
Octal15114466056173664037
Binary11010011100100110110010111000111101111011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696436; }

 p { color: rgb(105,100,54); }

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

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

 a { background-color: rgb(105,100,54); }

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

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

 span { border-color: rgb(105,100,54); }

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