Html Css Color HEX #696340 Verdigris

📋 copy color: '#696340'

red 105 ◦ green 99 ◦ blue 64

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

Shades of Verdigris #696340

Tints of Verdigris #696340

RGB

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

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

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

R = 39.18%
G = 36.94%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#696340 (or 0x696340) is known color: Verdigris. HEX triplet: 69, 63 and 40. RGB value is (105,99,64). Sum of RGB (Red+Green+Blue) = 105+99+64=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #696340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696340 is #969CBF. Grayscale: #606060. Windows color (decimal): -9870528 or 4219753. OLE color: 4219753.

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

Color convert

RGB 105 99 64 -
CMYK 0 0.06 0.39 0.59
HSL 51.22º 0.24% 0.33% -
HSV(B) 51.22º 0.39% 0.41% -
XYZ 11.21 12.3 6.63 -
YUV 96.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 105 99 64 0 0.06 0.39 0.59 51.22 0.24 0.33
Hex 69 63 40 0 6 27 3B 33 18 21
Octal 151 143 100 0 6 47 73 63 30 41
Binary 1101001 1100011 1000000 0 110 100111 111011 110011 11000 100001

Color Harmonies of #696340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696340

Black with #696340

Text Example


Text Example

White with #696340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696340; }

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

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

background-color css

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

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

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

border-color css

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

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

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