#696435

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

Shades of Verdigris #696435

Tints of Verdigris #696435

Color information

#696435 (or 0x696435) is unknown color: approx Verdigris. HEX triplet: 69, 64 and 35. RGB value is (105,100,53). Sum of RGB (Red+Green+Blue) = 105+100+53=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #696435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696435 is #969BCA. Grayscale: #606060. Windows color (decimal): -9870283 or 3499113. OLE color: 3499113.

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

Color convert

RGB10510053-
CMYK00.050.500.59
HSL54.23º32.91%30.98%-
HSV(B)54.23º49.52%41.18%-
XYZ11.0312.375.18-
YUV96.14103.66134.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 53 (21.09% from 255) = 20.54%
R=40.70%
G=38.76%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051005300.050.500.5954.2332.9130.98
Hex69643505323B36211f
Octal15114465056273664137
Binary11010011100100110101010111001011101111011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696435; }

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

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

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

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

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

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

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

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