Html Css Color HEX #696237 Verdigris

📋 copy color: '#696237'

red 105 ◦ green 98 ◦ blue 55

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

Shades of Verdigris #696237

Tints of Verdigris #696237

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.98%

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

R = 40.7%
G = 37.98%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#696237 (or 0x696237) is known color: Verdigris. HEX triplet: 69, 62 and 37. RGB value is (105,98,55). Sum of RGB (Red+Green+Blue) = 105+98+55=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #696237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696237 is #969DC8. Grayscale: #5F5F5F. Windows color (decimal): -9870793 or 3629673. OLE color: 3629673.

HSL color Cylindrical-coordinate representation of color #696237: hue angle of 51.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 #696237 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 98 55 -
CMYK 0 0.07 0.48 0.59
HSL 51.6º 0.31% 0.31% -
HSV(B) 51.6º 0.48% 0.41% -
XYZ 10.88 12.01 5.36 -
YUV 95.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 105 98 55 0 0.07 0.48 0.59 51.6 0.31 0.31
Hex 69 62 37 0 7 30 3B 34 1F 1F
Octal 151 142 67 0 7 60 73 64 37 37
Binary 1101001 1100010 110111 0 111 110000 111011 110100 11111 11111

Color Harmonies of #696237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696237

Black with #696237

Text Example


Text Example

White with #696237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696237; }

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

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

background-color css

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

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

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

border-color css

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

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

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