Html Css Color HEX #696935 Verdigris

📋 copy color: '#696935'

red 105 ◦ green 105 ◦ blue 53

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

Shades of Verdigris #696935

Tints of Verdigris #696935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.92%

 BLUE value IS 53 (21.09% from 255) = 20.15%

R = 39.92%
G = 39.92%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#696935 (or 0x696935) is known color: Verdigris. HEX triplet: 69, 69 and 35. RGB value is (105,105,53). Sum of RGB (Red+Green+Blue) = 105+105+53=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696935 is #9696CA. Grayscale: #636363. Windows color (decimal): -9869003 or 3500393. OLE color: 3500393.

HSL color Cylindrical-coordinate representation of color #696935: hue angle of 60º degrees, saturation: 0.33, 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 #696935 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 105 53 -
CMYK 0 0 0.50 0.59
HSL 60º 0.33% 0.31% -
HSV(B) 60º 0.5% 0.41% -
XYZ 11.52 13.36 5.34 -
YUV 99.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 105 105 53 0 0 0.50 0.59 60 0.33 0.31
Hex 69 69 35 0 0 32 3B 3C 21 1F
Octal 151 151 65 0 0 62 73 74 41 37
Binary 1101001 1101001 110101 0 0 110010 111011 111100 100001 11111

Color Harmonies of #696935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696935

Black with #696935

Text Example


Text Example

White with #696935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696935; }

 p { color: rgb(105,105,53); }

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

background-color css

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

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

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

border-color css

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

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

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