#69683C

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

Shades of Verdigris #69683C

Tints of Verdigris #69683C

Color information

#69683C (or 0x69683C) is unknown color: approx Verdigris. HEX triplet: 69, 68 and 3C. RGB value is (105,104,60). Sum of RGB (Red+Green+Blue) = 105+104+60=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #69683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69683C is #9697C3. Grayscale: #636363. Windows color (decimal): -9869252 or 3958889. OLE color: 3958889.

HSL color Cylindrical-coordinate representation of color #69683C: hue angle of 58.67º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69683C is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB10510460-
CMYK00.010.430.59
HSL58.67º27.27%32.35%-
HSV(B)58.67º42.86%41.18%-
XYZ11.5913.236.22-
YUV99.28105.83132.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 104 (41.02% from 255) = 38.66%
BLUE value IS 60 (23.83% from 255) = 22.30%
R=39.03%
G=38.66%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051046000.010.430.5958.6727.2732.35
Hex69683C012B3B3b1b20
Octal15115074015373733340
Binary110100111010001111000110101111101111101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69683C; }

 p { color: rgb(105,104,60); }

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

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

 a { background-color: rgb(105,104,60); }

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

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

 span { border-color: rgb(105,104,60); }

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