Html Css Color HEX #696342 Verdigris

📋 copy color: '#696342'

red 105 ◦ green 99 ◦ blue 66

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

Shades of Verdigris #696342

Tints of Verdigris #696342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

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

R = 38.89%
G = 36.67%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#696342 (or 0x696342) is known color: Verdigris. HEX triplet: 69, 63 and 42. RGB value is (105,99,66). Sum of RGB (Red+Green+Blue) = 105+99+66=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #696342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696342 is #969CBD. Grayscale: #616161. Windows color (decimal): -9870526 or 4350825. OLE color: 4350825.

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

Color convert

RGB 105 99 66 -
CMYK 0 0.06 0.37 0.59
HSL 50.77º 0.23% 0.34% -
HSV(B) 50.77º 0.37% 0.41% -
XYZ 11.27 12.32 6.94 -
YUV 97.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 105 99 66 0 0.06 0.37 0.59 50.77 0.23 0.34
Hex 69 63 42 0 6 25 3B 33 17 22
Octal 151 143 102 0 6 45 73 63 27 42
Binary 1101001 1100011 1000010 0 110 100101 111011 110011 10111 100010

Color Harmonies of #696342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696342

Black with #696342

Text Example


Text Example

White with #696342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696342; }

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

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

background-color css

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

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

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

border-color css

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

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

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