Html Css Color HEX #696240 Verdigris

📋 copy color: '#696240'

red 105 ◦ green 98 ◦ blue 64

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

Shades of Verdigris #696240

Tints of Verdigris #696240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

 BLUE value IS 64 (25.39% from 255) = 23.97%

R = 39.33%
G = 36.7%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#696240 (or 0x696240) is known color: Verdigris. HEX triplet: 69, 62 and 40. RGB value is (105,98,64). Sum of RGB (Red+Green+Blue) = 105+98+64=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #696240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696240 is #969DBF. Grayscale: #606060. Windows color (decimal): -9870784 or 4219497. OLE color: 4219497.

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

Color convert

RGB 105 98 64 -
CMYK 0 0.07 0.39 0.59
HSL 49.76º 0.24% 0.33% -
HSV(B) 49.76º 0.39% 0.41% -
XYZ 11.12 12.11 6.6 -
YUV 96.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 105 98 64 0 0.07 0.39 0.59 49.76 0.24 0.33
Hex 69 62 40 0 7 27 3B 32 18 21
Octal 151 142 100 0 7 47 73 62 30 41
Binary 1101001 1100010 1000000 0 111 100111 111011 110010 11000 100001

Color Harmonies of #696240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696240

Black with #696240

Text Example


Text Example

White with #696240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696240; }

 p { color: rgb(105,98,64); }

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

background-color css

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

 a { background-color: rgb(105,98,64); }

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

border-color css

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

 span { border-color: rgb(105,98,64); }

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