#69683D

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

Shades of Verdigris #69683D

Tints of Verdigris #69683D

Color information

#69683D (or 0x69683D) is unknown color: approx Verdigris. HEX triplet: 69, 68 and 3D. RGB value is (105,104,61). Sum of RGB (Red+Green+Blue) = 105+104+61=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #69683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69683D is #9697C2. Grayscale: #636363. Windows color (decimal): -9869251 or 4024425. OLE color: 4024425.

HSL color Cylindrical-coordinate representation of color #69683D: hue angle of 58.64º 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 #69683D is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB10510461-
CMYK00.010.420.59
HSL58.64º26.51%32.55%-
HSV(B)58.64º41.9%41.18%-
XYZ11.6213.246.36-
YUV99.4106.33132-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 61 (24.22% from 255) = 22.59%
R=38.89%
G=38.52%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051046100.010.420.5958.6426.5132.55
Hex69683D012A3B3b1b21
Octal15115075015273733341
Binary110100111010001111010110101011101111101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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