#6B693E

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

Shades of Verdigris #6B693E

Tints of Verdigris #6B693E

Color information

#6B693E (or 0x6B693E) is unknown color: approx Verdigris. HEX triplet: 6B, 69 and 3E. RGB value is (107,105,62). Sum of RGB (Red+Green+Blue) = 107+105+62=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 107 - color contains mainly: red. Hex color #6B693E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B693E is #9496C1. Grayscale: #646464. Windows color (decimal): -9737922 or 4090219. OLE color: 4090219.

HSL color Cylindrical-coordinate representation of color #6B693E: hue angle of 57.33º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B693E is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB10710562-
CMYK00.020.420.58
HSL57.33º26.63%33.14%-
HSV(B)57.33º42.06%41.96%-
XYZ11.9813.586.55-
YUV100.7106.16132.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.05%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=39.05%
G=38.32%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071056200.020.420.5857.3326.6333.14
Hex6B693E022A3A391b21
Octal15315176025272713341
Binary1101011110100111111001010101011101011100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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