#69683E

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

Shades of Verdigris #69683E

Tints of Verdigris #69683E

Color information

#69683E (or 0x69683E) is unknown color: approx Verdigris. HEX triplet: 69, 68 and 3E. RGB value is (105,104,62). Sum of RGB (Red+Green+Blue) = 105+104+62=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #69683E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69683E is #9697C1. Grayscale: #636363. Windows color (decimal): -9869250 or 4089961. OLE color: 4089961.

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

Color convert

RGB10510462-
CMYK00.010.410.59
HSL58.6º25.75%32.75%-
HSV(B)58.6º40.95%41.18%-
XYZ11.6513.256.5-
YUV99.51106.83131.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.75%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 62 (24.61% from 255) = 22.88%
R=38.75%
G=38.38%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051046200.010.410.5958.625.7532.75
Hex69683E01293B3b1a21
Octal15115076015173733241
Binary110100111010001111100110100111101111101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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