Html Css Color HEX #696339 Verdigris

📋 copy color: '#696339'

red 105 ◦ green 99 ◦ blue 57

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

Shades of Verdigris #696339

Tints of Verdigris #696339

RGB

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

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

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

R = 40.23%
G = 37.93%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#696339 (or 0x696339) is known color: Verdigris. HEX triplet: 69, 63 and 39. RGB value is (105,99,57). Sum of RGB (Red+Green+Blue) = 105+99+57=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #696339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696339 is #969CC6. Grayscale: #606060. Windows color (decimal): -9870535 or 3761001. OLE color: 3761001.

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

Color convert

RGB 105 99 57 -
CMYK 0 0.06 0.46 0.59
HSL 52.5º 0.3% 0.32% -
HSV(B) 52.5º 0.46% 0.41% -
XYZ 11.03 12.22 5.65 -
YUV 96.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 105 99 57 0 0.06 0.46 0.59 52.5 0.3 0.32
Hex 69 63 39 0 6 2E 3B 34 1E 20
Octal 151 143 71 0 6 56 73 64 36 40
Binary 1101001 1100011 111001 0 110 101110 111011 110100 11110 100000

Color Harmonies of #696339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696339

Black with #696339

Text Example


Text Example

White with #696339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696339; }

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

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

background-color css

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

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

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

border-color css

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

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

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