Html Css Color HEX #687D48 Dingley

📋 copy color: '#687D48'

red 104 ◦ green 125 ◦ blue 72

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

Shades of Dingley #687D48

Tints of Dingley #687D48

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.53%

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 34.55%
G = 41.53%
B = 23.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#687D48 (or 0x687D48) is known color: Dingley. HEX triplet: 68, 7D and 48. RGB value is (104,125,72). Sum of RGB (Red+Green+Blue) = 104+125+72=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #687D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687D48 is #9782B7. Grayscale: #707070. Windows color (decimal): -9929400 or 4750696. OLE color: 4750696.

HSL color Cylindrical-coordinate representation of color #687D48: hue angle of 83.77º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #687D48 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 125 72 -
CMYK 0.17 0 0.42 0.51
HSL 83.77º 0.27% 0.39% -
HSV(B) 83.77º 0.42% 0.49% -
XYZ 14.21 18.08 8.87 -
YUV 112.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 104 125 72 0.17 0 0.42 0.51 83.77 0.27 0.39
Hex 68 7D 48 11 0 2A 33 54 1B 27
Octal 150 175 110 21 0 52 63 124 33 47
Binary 1101000 1111101 1001000 10001 0 101010 110011 1010100 11011 100111

Color Harmonies of #687D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687D48

Black with #687D48

Text Example


Text Example

White with #687D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687D48; }

 p { color: rgb(104,125,72); }

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

background-color css

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

 a { background-color: rgb(104,125,72); }

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

border-color css

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

 span { border-color: rgb(104,125,72); }

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