#6F693D

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

Shades of Verdigris #6F693D

Tints of Verdigris #6F693D

Color information

#6F693D (or 0x6F693D) is unknown color: approx Verdigris. HEX triplet: 6F, 69 and 3D. RGB value is (111,105,61). Sum of RGB (Red+Green+Blue) = 111+105+61=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F693D is #9096C2. Grayscale: #656565. Windows color (decimal): -9475779 or 4024687. OLE color: 4024687.

HSL color Cylindrical-coordinate representation of color #6F693D: hue angle of 52.8º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F693D is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB11110561-
CMYK00.050.450.56
HSL52.8º29.07%33.73%-
HSV(B)52.8º45.05%43.53%-
XYZ12.4513.826.43-
YUV101.78104.99134.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.07%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=40.07%
G=37.91%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111056100.050.450.5652.829.0733.73
Hex6F693D052D38351d22
Octal15715175055570653542
Binary11011111101001111101010110110111100011010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F693D; }

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

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

<style>
 a { background-color: #6F693D; }

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

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

<style>
 span { border-color: #6F693D; }

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

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