Html Css Color HEX #696542 Verdigris

📋 copy color: '#696542'

red 105 ◦ green 101 ◦ blue 66

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

Shades of Verdigris #696542

Tints of Verdigris #696542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.13%

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

R = 38.6%
G = 37.13%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#696542 (or 0x696542) is known color: Verdigris. HEX triplet: 69, 65 and 42. RGB value is (105,101,66). Sum of RGB (Red+Green+Blue) = 105+101+66=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #696542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696542 is #969ABD. Grayscale: #626262. Windows color (decimal): -9870014 or 4351337. OLE color: 4351337.

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

Color convert

RGB 105 101 66 -
CMYK 0 0.04 0.37 0.59
HSL 53.85º 0.23% 0.34% -
HSV(B) 53.85º 0.37% 0.41% -
XYZ 11.46 12.7 7 -
YUV 98.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 105 101 66 0 0.04 0.37 0.59 53.85 0.23 0.34
Hex 69 65 42 0 4 25 3B 36 17 22
Octal 151 145 102 0 4 45 73 66 27 42
Binary 1101001 1100101 1000010 0 100 100101 111011 110110 10111 100010

Color Harmonies of #696542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696542

Black with #696542

Text Example


Text Example

White with #696542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696542; }

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

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

background-color css

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

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

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

border-color css

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

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

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