Html Css Color HEX #696834 Verdigris

📋 copy color: '#696834'

red 105 ◦ green 104 ◦ blue 52

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

Shades of Verdigris #696834

Tints of Verdigris #696834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.85%

 BLUE value IS 52 (20.7% from 255) = 19.92%

R = 40.23%
G = 39.85%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#696834 (or 0x696834) is known color: Verdigris. HEX triplet: 69, 68 and 34. RGB value is (105,104,52). Sum of RGB (Red+Green+Blue) = 105+104+52=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #696834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696834 is #9697CB. Grayscale: #626262. Windows color (decimal): -9869260 or 3434601. OLE color: 3434601.

HSL color Cylindrical-coordinate representation of color #696834: hue angle of 58.87º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696834 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 104 52 -
CMYK 0 0.01 0.50 0.59
HSL 58.87º 0.34% 0.31% -
HSV(B) 58.87º 0.5% 0.41% -
XYZ 11.4 13.15 5.19 -
YUV 98.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 105 104 52 0 0.01 0.50 0.59 58.87 0.34 0.31
Hex 69 68 34 0 1 32 3B 3B 22 1F
Octal 151 150 64 0 1 62 73 73 42 37
Binary 1101001 1101000 110100 0 1 110010 111011 111011 100010 11111

Color Harmonies of #696834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696834

Black with #696834

Text Example


Text Example

White with #696834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696834; }

 p { color: rgb(105,104,52); }

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

background-color css

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

 a { background-color: rgb(105,104,52); }

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

border-color css

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

 span { border-color: rgb(105,104,52); }

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