#696336

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

Shades of Verdigris #696336

Tints of Verdigris #696336

Color information

#696336 (or 0x696336) is unknown color: approx Verdigris. HEX triplet: 69, 63 and 36. RGB value is (105,99,54). Sum of RGB (Red+Green+Blue) = 105+99+54=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #696336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696336 is #969CC9. Grayscale: #5F5F5F. Windows color (decimal): -9870538 or 3564393. OLE color: 3564393.

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

Color convert

RGB1059954-
CMYK00.060.490.59
HSL52.94º32.08%31.18%-
HSV(B)52.94º48.57%41.18%-
XYZ10.9512.195.27-
YUV95.66104.49134.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 99 (39.06% from 255) = 38.37%
BLUE value IS 54 (21.48% from 255) = 20.93%
R=40.70%
G=38.37%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105995400.060.490.5952.9432.0831.18
Hex69633606313B35201f
Octal15114366066173654037
Binary11010011100011110110011011000111101111010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696336; }

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

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

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

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

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

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

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

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