Html Css Color HEX #696039 Verdigris

📋 copy color: '#696039'

red 105 ◦ green 96 ◦ blue 57

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

Shades of Verdigris #696039

Tints of Verdigris #696039

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.21%

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

R = 40.7%
G = 37.21%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#696039 (or 0x696039) is known color: Verdigris. HEX triplet: 69, 60 and 39. RGB value is (105,96,57). Sum of RGB (Red+Green+Blue) = 105+96+57=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #696039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696039 is #969FC6. Grayscale: #5E5E5E. Windows color (decimal): -9871303 or 3760233. OLE color: 3760233.

HSL color Cylindrical-coordinate representation of color #696039: hue angle of 48.75º 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 #696039 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 96 57 -
CMYK 0 0.09 0.46 0.59
HSL 48.75º 0.3% 0.32% -
HSV(B) 48.75º 0.46% 0.41% -
XYZ 10.75 11.66 5.56 -
YUV 94.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 105 96 57 0 0.09 0.46 0.59 48.75 0.3 0.32
Hex 69 60 39 0 9 2E 3B 31 1E 20
Octal 151 140 71 0 11 56 73 61 36 40
Binary 1101001 1100000 111001 0 1001 101110 111011 110001 11110 100000

Color Harmonies of #696039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696039

Black with #696039

Text Example


Text Example

White with #696039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696039; }

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

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

background-color css

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

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

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

border-color css

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

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

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