#69663D

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

Shades of Verdigris #69663D

Tints of Verdigris #69663D

Color information

#69663D (or 0x69663D) is unknown color: approx Verdigris. HEX triplet: 69, 66 and 3D. RGB value is (105,102,61). Sum of RGB (Red+Green+Blue) = 105+102+61=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #69663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69663D is #9699C2. Grayscale: #626262. Windows color (decimal): -9869763 or 4023913. OLE color: 4023913.

HSL color Cylindrical-coordinate representation of color #69663D: hue angle of 55.91º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69663D is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB10510261-
CMYK00.030.420.59
HSL55.91º26.51%32.55%-
HSV(B)55.91º41.9%41.18%-
XYZ11.4212.846.29-
YUV98.22106.99132.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 61 (24.22% from 255) = 22.76%
R=39.18%
G=38.06%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051026100.030.420.5955.9126.5132.55
Hex69663D032A3B381b21
Octal15114675035273703341
Binary1101001110011011110101110101011101111100011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69663D; }

 p { color: rgb(105,102,61); }

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

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

 a { background-color: rgb(105,102,61); }

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

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

 span { border-color: rgb(105,102,61); }

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