Html Css Color HEX #696640 Verdigris

📋 copy color: '#696640'

red 105 ◦ green 102 ◦ blue 64

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

Shades of Verdigris #696640

Tints of Verdigris #696640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.64%

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

R = 38.75%
G = 37.64%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#696640 (or 0x696640) is known color: Verdigris. HEX triplet: 69, 66 and 40. RGB value is (105,102,64). Sum of RGB (Red+Green+Blue) = 105+102+64=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #696640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696640 is #9699BF. Grayscale: #626262. Windows color (decimal): -9869760 or 4220521. OLE color: 4220521.

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

Color convert

RGB 105 102 64 -
CMYK 0 0.03 0.39 0.59
HSL 55.61º 0.24% 0.33% -
HSV(B) 55.61º 0.39% 0.41% -
XYZ 11.5 12.88 6.73 -
YUV 98.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 105 102 64 0 0.03 0.39 0.59 55.61 0.24 0.33
Hex 69 66 40 0 3 27 3B 38 18 21
Octal 151 146 100 0 3 47 73 70 30 41
Binary 1101001 1100110 1000000 0 11 100111 111011 111000 11000 100001

Color Harmonies of #696640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696640

Black with #696640

Text Example


Text Example

White with #696640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696640; }

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

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

background-color css

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

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

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

border-color css

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

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

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