#688351

Color #688351 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #688351

Tints of Dingley #688351

Color information

#688351 (or 0x688351) is unknown color: approx Dingley. HEX triplet: 68, 83 and 51. RGB value is (104,131,81). Sum of RGB (Red+Green+Blue) = 104+131+81=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #688351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688351 is #977CAE. Grayscale: #757575. Windows color (decimal): -9927855 or 5342056. OLE color: 5342056.

HSL color Cylindrical-coordinate representation of color #688351: hue angle of 92.4º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #688351 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB10413181-
CMYK0.2100.380.49
HSL92.4º23.58%41.57%-
HSV(B)92.4º38.17%51.37%-
XYZ15.3119.7710.79-
YUV117.23107.55118.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 81 (32.03% from 255) = 25.63%
R=32.91%
G=41.46%
B=25.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104131810.2100.380.4992.423.5841.57
Hex68835115026315c182a
Octal15020312125046611343052
Binary1101000100000111010001101010100110110001101110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688351; }

 p { color: rgb(104,131,81); }

 H1.HeaderClassName
 {
   color: #688351;
 }
 .AnyTagClassName
 {
   color: #688351;
 }
</style>
background-color css

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

 a { background-color: rgb(104,131,81); }

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

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

 span { border-color: rgb(104,131,81); }

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