Html Css Color HEX #696735 Verdigris

📋 copy color: '#696735'

red 105 ◦ green 103 ◦ blue 53

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

Shades of Verdigris #696735

Tints of Verdigris #696735

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.46%

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

R = 40.23%
G = 39.46%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#696735 (or 0x696735) is known color: Verdigris. HEX triplet: 69, 67 and 35. RGB value is (105,103,53). Sum of RGB (Red+Green+Blue) = 105+103+53=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #696735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696735 is #9698CA. Grayscale: #626262. Windows color (decimal): -9869515 or 3499881. OLE color: 3499881.

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

Color convert

RGB 105 103 53 -
CMYK 0 0.02 0.50 0.59
HSL 57.69º 0.33% 0.31% -
HSV(B) 57.69º 0.5% 0.41% -
XYZ 11.32 12.96 5.27 -
YUV 97.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 105 103 53 0 0.02 0.50 0.59 57.69 0.33 0.31
Hex 69 67 35 0 2 32 3B 3A 21 1F
Octal 151 147 65 0 2 62 73 72 41 37
Binary 1101001 1100111 110101 0 10 110010 111011 111010 100001 11111

Color Harmonies of #696735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696735

Black with #696735

Text Example


Text Example

White with #696735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696735; }

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

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

background-color css

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

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

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

border-color css

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

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

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