#69673D

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

Shades of Verdigris #69673D

Tints of Verdigris #69673D

Color information

#69673D (or 0x69673D) is unknown color: approx Verdigris. HEX triplet: 69, 67 and 3D. RGB value is (105,103,61). Sum of RGB (Red+Green+Blue) = 105+103+61=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #69673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69673D is #9698C2. Grayscale: #626262. Windows color (decimal): -9869507 or 4024169. OLE color: 4024169.

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

Color convert

RGB10510361-
CMYK00.020.420.59
HSL57.27º26.51%32.55%-
HSV(B)57.27º41.9%41.18%-
XYZ11.5213.046.32-
YUV98.81106.66132.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=39.03%
G=38.29%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051036100.020.420.5957.2726.5132.55
Hex69673D022A3B391b21
Octal15114775025273713341
Binary1101001110011111110101010101011101111100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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