#69663F

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

Shades of Verdigris #69663F

Tints of Verdigris #69663F

Color information

#69663F (or 0x69663F) is unknown color: approx Verdigris. HEX triplet: 69, 66 and 3F. RGB value is (105,102,63). Sum of RGB (Red+Green+Blue) = 105+102+63=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #69663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69663F is #9699C0. Grayscale: #626262. Windows color (decimal): -9869761 or 4154985. OLE color: 4154985.

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

Color convert

RGB10510263-
CMYK00.030.40.59
HSL55.71º25%32.94%-
HSV(B)55.71º40%41.18%-
XYZ11.4712.866.58-
YUV98.45107.99132.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 63 (25% from 255) = 23.33%
R=38.89%
G=37.78%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051026300.030.40.5955.712532.94
Hex69663F03283B381921
Octal15114677035073703141
Binary1101001110011011111101110100011101111100011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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