#69693C

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

Shades of Verdigris #69693C

Tints of Verdigris #69693C

Color information

#69693C (or 0x69693C) is unknown color: approx Verdigris. HEX triplet: 69, 69 and 3C. RGB value is (105,105,60). Sum of RGB (Red+Green+Blue) = 105+105+60=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 105 - color contains mainly: red, green. Hex color #69693C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69693C is #9696C3. Grayscale: #646464. Windows color (decimal): -9868996 or 3959145. OLE color: 3959145.

HSL color Cylindrical-coordinate representation of color #69693C: hue angle of 60º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69693C is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB10510560-
CMYK000.430.59
HSL60º27.27%32.35%-
HSV(B)60º42.86%41.18%-
XYZ11.6913.436.25-
YUV99.87105.5131.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 60 (23.83% from 255) = 22.22%
R=38.89%
G=38.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510560000.430.596027.2732.35
Hex69693C002B3B3c1b20
Octal15115174005373743340
Binary110100111010011111000010101111101111110011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69693C; }

 p { color: rgb(105,105,60); }

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

<style>
 a { background-color: #69693C; }

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

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

<style>
 span { border-color: #69693C; }

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

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