Html Css Color HEX #696439 Verdigris

📋 copy color: '#696439'

red 105 ◦ green 100 ◦ blue 57

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

Shades of Verdigris #696439

Tints of Verdigris #696439

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.17%

 BLUE value IS 57 (22.66% from 255) = 21.76%

R = 40.08%
G = 38.17%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#696439 (or 0x696439) is known color: Verdigris. HEX triplet: 69, 64 and 39. RGB value is (105,100,57). Sum of RGB (Red+Green+Blue) = 105+100+57=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #696439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696439 is #969BC6. Grayscale: #606060. Windows color (decimal): -9870279 or 3761257. OLE color: 3761257.

HSL color Cylindrical-coordinate representation of color #696439: hue angle of 53.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #696439 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 100 57 -
CMYK 0 0.05 0.46 0.59
HSL 53.75º 0.3% 0.32% -
HSV(B) 53.75º 0.46% 0.41% -
XYZ 11.12 12.41 5.68 -
YUV 96.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 105 100 57 0 0.05 0.46 0.59 53.75 0.3 0.32
Hex 69 64 39 0 5 2E 3B 36 1E 20
Octal 151 144 71 0 5 56 73 66 36 40
Binary 1101001 1100100 111001 0 101 101110 111011 110110 11110 100000

Color Harmonies of #696439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696439

Black with #696439

Text Example


Text Example

White with #696439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696439; }

 p { color: rgb(105,100,57); }

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

background-color css

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

 a { background-color: rgb(105,100,57); }

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

border-color css

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

 span { border-color: rgb(105,100,57); }

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