#6A693A

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

Shades of Verdigris #6A693A

Tints of Verdigris #6A693A

Color information

#6A693A (or 0x6A693A) is unknown color: approx Verdigris. HEX triplet: 6A, 69 and 3A. RGB value is (106,105,58). Sum of RGB (Red+Green+Blue) = 106+105+58=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 106 - color contains mainly: red. Hex color #6A693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A693A is #9596C5. Grayscale: #646464. Windows color (decimal): -9803462 or 3828074. OLE color: 3828074.

HSL color Cylindrical-coordinate representation of color #6A693A: hue angle of 58.75º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A693A is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB10610558-
CMYK00.010.450.58
HSL58.75º29.27%32.16%-
HSV(B)58.75º45.28%41.57%-
XYZ11.7613.475.98-
YUV99.94104.33132.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.41%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=39.41%
G=39.03%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061055800.010.450.5858.7529.2732.16
Hex6A693A012D3A3b1d20
Octal15215172015572733540
Binary110101011010011110100110110111101011101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,105,58); }

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

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

 a { background-color: rgb(106,105,58); }

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

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

 span { border-color: rgb(106,105,58); }

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