Html Css Color HEX #696343 Verdigris

📋 copy color: '#696343'

red 105 ◦ green 99 ◦ blue 67

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

Shades of Verdigris #696343

Tints of Verdigris #696343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.72%

R = 38.75%
G = 36.53%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#696343 (or 0x696343) is known color: Verdigris. HEX triplet: 69, 63 and 43. RGB value is (105,99,67). Sum of RGB (Red+Green+Blue) = 105+99+67=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #696343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696343 is #969CBC. Grayscale: #616161. Windows color (decimal): -9870525 or 4416361. OLE color: 4416361.

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

Color convert

RGB 105 99 67 -
CMYK 0 0.06 0.36 0.59
HSL 50.53º 0.22% 0.34% -
HSV(B) 50.53º 0.36% 0.41% -
XYZ 11.3 12.33 7.09 -
YUV 97.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 105 99 67 0 0.06 0.36 0.59 50.53 0.22 0.34
Hex 69 63 43 0 6 24 3B 33 16 22
Octal 151 143 103 0 6 44 73 63 26 42
Binary 1101001 1100011 1000011 0 110 100100 111011 110011 10110 100010

Color Harmonies of #696343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696343

Black with #696343

Text Example


Text Example

White with #696343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696343; }

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

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

background-color css

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

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

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

border-color css

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

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

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