Html Css Color HEX #696442 Verdigris

📋 copy color: '#696442'

red 105 ◦ green 100 ◦ blue 66

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

Shades of Verdigris #696442

Tints of Verdigris #696442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.9%

 BLUE value IS 66 (26.17% from 255) = 24.35%

R = 38.75%
G = 36.9%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#696442 (or 0x696442) is known color: Verdigris. HEX triplet: 69, 64 and 42. RGB value is (105,100,66). Sum of RGB (Red+Green+Blue) = 105+100+66=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #696442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696442 is #969BBD. Grayscale: #616161. Windows color (decimal): -9870270 or 4351081. OLE color: 4351081.

HSL color Cylindrical-coordinate representation of color #696442: hue angle of 52.31º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #696442 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 100 66 -
CMYK 0 0.05 0.37 0.59
HSL 52.31º 0.23% 0.34% -
HSV(B) 52.31º 0.37% 0.41% -
XYZ 11.37 12.51 6.97 -
YUV 97.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 105 100 66 0 0.05 0.37 0.59 52.31 0.23 0.34
Hex 69 64 42 0 5 25 3B 34 17 22
Octal 151 144 102 0 5 45 73 64 27 42
Binary 1101001 1100100 1000010 0 101 100101 111011 110100 10111 100010

Color Harmonies of #696442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696442

Black with #696442

Text Example


Text Example

White with #696442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696442; }

 p { color: rgb(105,100,66); }

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

background-color css

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

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

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

border-color css

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

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

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