#69673E

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

Shades of Verdigris #69673E

Tints of Verdigris #69673E

Color information

#69673E (or 0x69673E) is unknown color: approx Verdigris. HEX triplet: 69, 67 and 3E. RGB value is (105,103,62). Sum of RGB (Red+Green+Blue) = 105+103+62=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #69673E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69673E is #9698C1. Grayscale: #636363. Windows color (decimal): -9869506 or 4089705. OLE color: 4089705.

HSL color Cylindrical-coordinate representation of color #69673E: hue angle of 57.21º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69673E is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB10510362-
CMYK00.020.410.59
HSL57.21º25.75%32.75%-
HSV(B)57.21º40.95%41.18%-
XYZ11.5513.056.47-
YUV98.92107.16132.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 62 (24.61% from 255) = 22.96%
R=38.89%
G=38.15%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051036200.020.410.5957.2125.7532.75
Hex69673E02293B391a21
Octal15114776025173713241
Binary1101001110011111111001010100111101111100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69673E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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