Html Css Color HEX #685F37 Verdigris

📋 copy color: '#685F37'

red 104 ◦ green 95 ◦ blue 55

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

Shades of Verdigris #685F37

Tints of Verdigris #685F37

RGB

 RED value IS 104 (41.02% from 255) = 40.94%

 GREEN value IS 95 (37.5% from 255) = 37.4%

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

R = 40.94%
G = 37.4%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#685F37 (or 0x685F37) is known color: Verdigris. HEX triplet: 68, 5F and 37. RGB value is (104,95,55). Sum of RGB (Red+Green+Blue) = 104+95+55=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #685F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F37 is #97A0C8. Grayscale: #5D5D5D. Windows color (decimal): -9937097 or 3628904. OLE color: 3628904.

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

Color convert

RGB 104 95 55 -
CMYK 0 0.09 0.47 0.59
HSL 48.98º 0.31% 0.31% -
HSV(B) 48.98º 0.47% 0.41% -
XYZ 10.49 11.4 5.26 -
YUV 93.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 104 95 55 0 0.09 0.47 0.59 48.98 0.31 0.31
Hex 68 5F 37 0 9 2F 3B 31 1F 1F
Octal 150 137 67 0 11 57 73 61 37 37
Binary 1101000 1011111 110111 0 1001 101111 111011 110001 11111 11111

Color Harmonies of #685F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F37

Black with #685F37

Text Example


Text Example

White with #685F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685F37; }

 p { color: rgb(104,95,55); }

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

background-color css

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

 a { background-color: rgb(104,95,55); }

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

border-color css

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

 span { border-color: rgb(104,95,55); }

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