#688551

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

Shades of Dingley #688551

Tints of Dingley #688551

Color information

#688551 (or 0x688551) is unknown color: approx Dingley. HEX triplet: 68, 85 and 51. RGB value is (104,133,81). Sum of RGB (Red+Green+Blue) = 104+133+81=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #688551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688551 is #977AAE. Grayscale: #767676. Windows color (decimal): -9927343 or 5342568. OLE color: 5342568.

HSL color Cylindrical-coordinate representation of color #688551: hue angle of 93.46º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #688551 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB10413381-
CMYK0.2200.390.48
HSL93.46º24.3%41.96%-
HSV(B)93.46º39.1%52.16%-
XYZ15.5820.3110.88-
YUV118.4106.89117.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=32.70%
G=41.82%
B=25.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104133810.2200.390.4893.4624.341.96
Hex68855116027305d182a
Octal15020512126047601353052
Binary1101000100001011010001101100100111110000101110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688551; }

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

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

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

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

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

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

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

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