#69643F

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

Shades of Verdigris #69643F

Tints of Verdigris #69643F

Color information

#69643F (or 0x69643F) is unknown color: approx Verdigris. HEX triplet: 69, 64 and 3F. RGB value is (105,100,63). Sum of RGB (Red+Green+Blue) = 105+100+63=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #69643F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69643F is #969BC0. Grayscale: #616161. Windows color (decimal): -9870273 or 4154473. OLE color: 4154473.

HSL color Cylindrical-coordinate representation of color #69643F: hue angle of 52.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69643F is Cyan = 0, Magento = 0.05, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB10510063-
CMYK00.050.40.59
HSL52.86º25%32.94%-
HSV(B)52.86º40%41.18%-
XYZ11.2812.486.52-
YUV97.28108.66133.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 63 (25% from 255) = 23.51%
R=39.18%
G=37.31%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051006300.050.40.5952.862532.94
Hex69643F05283B351921
Octal15114477055073653141
Binary11010011100100111111010110100011101111010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69643F; }

 p { color: rgb(105,100,63); }

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

<style>
 a { background-color: #69643F; }

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

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

<style>
 span { border-color: #69643F; }

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

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