Html Css Color HEX #696737 Verdigris

📋 copy color: '#696737'

red 105 ◦ green 103 ◦ blue 55

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

Shades of Verdigris #696737

Tints of Verdigris #696737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.91%

R = 39.92%
G = 39.16%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#696737 (or 0x696737) is known color: Verdigris. HEX triplet: 69, 67 and 37. RGB value is (105,103,55). Sum of RGB (Red+Green+Blue) = 105+103+55=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #696737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696737 is #9698C8. Grayscale: #626262. Windows color (decimal): -9869513 or 3630953. OLE color: 3630953.

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

Color convert

RGB 105 103 55 -
CMYK 0 0.02 0.48 0.59
HSL 57.6º 0.31% 0.31% -
HSV(B) 57.6º 0.48% 0.41% -
XYZ 11.37 12.98 5.52 -
YUV 98.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 105 103 55 0 0.02 0.48 0.59 57.6 0.31 0.31
Hex 69 67 37 0 2 30 3B 3A 1F 1F
Octal 151 147 67 0 2 60 73 72 37 37
Binary 1101001 1100111 110111 0 10 110000 111011 111010 11111 11111

Color Harmonies of #696737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696737

Black with #696737

Text Example


Text Example

White with #696737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696737; }

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

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

background-color css

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

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

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

border-color css

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

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

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