#696343

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

Shades of Verdigris #696343

Tints of Verdigris #696343

Color information

#696343 (or 0x696343) is unknown color: approx Verdigris. HEX triplet: 69, 63 and 43. RGB value is (105,99,67). Sum of RGB (Red+Green+Blue) = 105+99+67=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #696343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696343 is #969CBC. Grayscale: #616161. Windows color (decimal): -9870525 or 4416361. OLE color: 4416361.

HSL color Cylindrical-coordinate representation of color #696343: hue angle of 50.53º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #696343 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB1059967-
CMYK00.060.360.59
HSL50.53º22.09%33.73%-
HSV(B)50.53º36.19%41.18%-
XYZ11.312.337.09-
YUV97.15110.99133.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.75%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 67 (26.56% from 255) = 24.72%
R=38.75%
G=36.53%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105996700.060.360.5950.5322.0933.73
Hex69634306243B331622
Octal151143103064473632642
Binary110100111000111000011011010010011101111001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696343; }

 p { color: rgb(105,99,67); }

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

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

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

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

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

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

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