Html Css Color HEX #696836 Verdigris

📋 copy color: '#696836'

red 105 ◦ green 104 ◦ blue 54

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

Shades of Verdigris #696836

Tints of Verdigris #696836

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.54%

 BLUE value IS 54 (21.48% from 255) = 20.53%

R = 39.92%
G = 39.54%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#696836 (or 0x696836) is known color: Verdigris. HEX triplet: 69, 68 and 36. RGB value is (105,104,54). Sum of RGB (Red+Green+Blue) = 105+104+54=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #696836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696836 is #9697C9. Grayscale: #626262. Windows color (decimal): -9869258 or 3565673. OLE color: 3565673.

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

Color convert

RGB 105 104 54 -
CMYK 0 0.01 0.49 0.59
HSL 58.82º 0.32% 0.31% -
HSV(B) 58.82º 0.49% 0.41% -
XYZ 11.44 13.17 5.43 -
YUV 98.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 105 104 54 0 0.01 0.49 0.59 58.82 0.32 0.31
Hex 69 68 36 0 1 31 3B 3B 20 1F
Octal 151 150 66 0 1 61 73 73 40 37
Binary 1101001 1101000 110110 0 1 110001 111011 111011 100000 11111

Color Harmonies of #696836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696836

Black with #696836

Text Example


Text Example

White with #696836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696836; }

 p { color: rgb(105,104,54); }

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

background-color css

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

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

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

border-color css

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

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

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