Html Css Color HEX #696341 Verdigris

📋 copy color: '#696341'

red 105 ◦ green 99 ◦ blue 65

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

Shades of Verdigris #696341

Tints of Verdigris #696341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 39.03%
G = 36.8%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#696341 (or 0x696341) is known color: Verdigris. HEX triplet: 69, 63 and 41. RGB value is (105,99,65). Sum of RGB (Red+Green+Blue) = 105+99+65=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #696341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696341 is #969CBE. Grayscale: #616161. Windows color (decimal): -9870527 or 4285289. OLE color: 4285289.

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

Color convert

RGB 105 99 65 -
CMYK 0 0.06 0.38 0.59
HSL 51º 0.24% 0.33% -
HSV(B) 51º 0.38% 0.41% -
XYZ 11.24 12.31 6.78 -
YUV 96.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 105 99 65 0 0.06 0.38 0.59 51 0.24 0.33
Hex 69 63 41 0 6 26 3B 33 18 21
Octal 151 143 101 0 6 46 73 63 30 41
Binary 1101001 1100011 1000001 0 110 100110 111011 110011 11000 100001

Color Harmonies of #696341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696341

Black with #696341

Text Example


Text Example

White with #696341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696341; }

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

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

background-color css

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

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

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

border-color css

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

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

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