#69653C

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

Shades of Verdigris #69653C

Tints of Verdigris #69653C

Color information

#69653C (or 0x69653C) is unknown color: approx Verdigris. HEX triplet: 69, 65 and 3C. RGB value is (105,101,60). Sum of RGB (Red+Green+Blue) = 105+101+60=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #69653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69653C is #969AC3. Grayscale: #616161. Windows color (decimal): -9870020 or 3958121. OLE color: 3958121.

HSL color Cylindrical-coordinate representation of color #69653C: hue angle of 54.67º 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 #69653C is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB10510160-
CMYK00.040.430.59
HSL54.67º27.27%32.35%-
HSV(B)54.67º42.86%41.18%-
XYZ11.2912.646.12-
YUV97.52106.83133.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.47%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 60 (23.83% from 255) = 22.56%
R=39.47%
G=37.97%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051016000.040.430.5954.6727.2732.35
Hex69653C042B3B371b20
Octal15114574045373673340
Binary11010011100101111100010010101111101111011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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