Html Css Color HEX #696637 Verdigris

📋 copy color: '#696637'

red 105 ◦ green 102 ◦ blue 55

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

Shades of Verdigris #696637

Tints of Verdigris #696637

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.93%

 BLUE value IS 55 (21.88% from 255) = 20.99%

R = 40.08%
G = 38.93%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#696637 (or 0x696637) is known color: Verdigris. HEX triplet: 69, 66 and 37. RGB value is (105,102,55). Sum of RGB (Red+Green+Blue) = 105+102+55=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #696637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696637 is #9699C8. Grayscale: #616161. Windows color (decimal): -9869769 or 3630697. OLE color: 3630697.

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

Color convert

RGB 105 102 55 -
CMYK 0 0.03 0.48 0.59
HSL 56.4º 0.31% 0.31% -
HSV(B) 56.4º 0.48% 0.41% -
XYZ 11.27 12.78 5.49 -
YUV 97.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 105 102 55 0 0.03 0.48 0.59 56.4 0.31 0.31
Hex 69 66 37 0 3 30 3B 38 1F 1F
Octal 151 146 67 0 3 60 73 70 37 37
Binary 1101001 1100110 110111 0 11 110000 111011 111000 11111 11111

Color Harmonies of #696637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696637

Black with #696637

Text Example


Text Example

White with #696637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696637; }

 p { color: rgb(105,102,55); }

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

background-color css

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

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

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

border-color css

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

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

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