Html Css Color HEX #696939 Verdigris

📋 copy color: '#696939'

red 105 ◦ green 105 ◦ blue 57

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

Shades of Verdigris #696939

Tints of Verdigris #696939

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.33%

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

R = 39.33%
G = 39.33%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#696939 (or 0x696939) is known color: Verdigris. HEX triplet: 69, 69 and 39. RGB value is (105,105,57). Sum of RGB (Red+Green+Blue) = 105+105+57=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696939 is #9696C6. Grayscale: #636363. Windows color (decimal): -9868999 or 3762537. OLE color: 3762537.

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

Color convert

RGB 105 105 57 -
CMYK 0 0 0.46 0.59
HSL 60º 0.3% 0.32% -
HSV(B) 60º 0.46% 0.41% -
XYZ 11.62 13.4 5.85 -
YUV 99.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 105 105 57 0 0 0.46 0.59 60 0.3 0.32
Hex 69 69 39 0 0 2E 3B 3C 1E 20
Octal 151 151 71 0 0 56 73 74 36 40
Binary 1101001 1101001 111001 0 0 101110 111011 111100 11110 100000

Color Harmonies of #696939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696939

Black with #696939

Text Example


Text Example

White with #696939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696939; }

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

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

background-color css

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

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

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

border-color css

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

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

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