#6B693D

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

Shades of Verdigris #6B693D

Tints of Verdigris #6B693D

Color information

#6B693D (or 0x6B693D) is unknown color: approx Verdigris. HEX triplet: 6B, 69 and 3D. RGB value is (107,105,61). Sum of RGB (Red+Green+Blue) = 107+105+61=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B693D is #9496C2. Grayscale: #646464. Windows color (decimal): -9737923 or 4024683. OLE color: 4024683.

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

Color convert

RGB10710561-
CMYK00.020.430.58
HSL57.39º27.38%32.94%-
HSV(B)57.39º42.99%41.96%-
XYZ11.9613.576.4-
YUV100.58105.66132.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.19%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 61 (24.22% from 255) = 22.34%
R=39.19%
G=38.46%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071056100.020.430.5857.3927.3832.94
Hex6B693D022B3A391b21
Octal15315175025372713341
Binary1101011110100111110101010101111101011100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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