Html Css Color HEX #696539 Verdigris

📋 copy color: '#696539'

red 105 ◦ green 101 ◦ blue 57

#696539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdigris #696539

Tints of Verdigris #696539

RGB

 RED value IS 105 (41.41% from 255) = 39.92%

 GREEN value IS 101 (39.84% from 255) = 38.4%

 BLUE value IS 57 (22.66% from 255) = 21.67%

R = 39.92%
G = 38.4%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#696539 (or 0x696539) is known color: Verdigris. HEX triplet: 69, 65 and 39. RGB value is (105,101,57). Sum of RGB (Red+Green+Blue) = 105+101+57=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #696539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696539 is #969AC6. Grayscale: #616161. Windows color (decimal): -9870023 or 3761513. OLE color: 3761513.

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

Color convert

RGB 105 101 57 -
CMYK 0 0.04 0.46 0.59
HSL 55º 0.3% 0.32% -
HSV(B) 55º 0.46% 0.41% -
XYZ 11.22 12.61 5.71 -
YUV 97.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 105 101 57 0 0.04 0.46 0.59 55 0.3 0.32
Hex 69 65 39 0 4 2E 3B 37 1E 20
Octal 151 145 71 0 4 56 73 67 36 40
Binary 1101001 1100101 111001 0 100 101110 111011 110111 11110 100000

Color Harmonies of #696539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696539

Black with #696539

Text Example


Text Example

White with #696539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696539; }

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

 H1.HeaderClassName
 {
   color: #696539;
 }
 .AnyTagClassName
 {
   color: #696539;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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