#668151

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

Shades of Dingley #668151

Tints of Dingley #668151

Color information

#668151 (or 0x668151) is unknown color: approx Dingley. HEX triplet: 66, 81 and 51. RGB value is (102,129,81). Sum of RGB (Red+Green+Blue) = 102+129+81=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #668151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668151 is #997EAE. Grayscale: #737373. Windows color (decimal): -10059439 or 5341542. OLE color: 5341542.

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

Color convert

RGB10212981-
CMYK0.2100.370.49
HSL93.75º22.86%41.18%-
HSV(B)93.75º37.21%50.59%-
XYZ14.8119.1210.69-
YUV115.46108.55118.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 81 (32.03% from 255) = 25.96%
R=32.69%
G=41.35%
B=25.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129810.2100.370.4993.7522.8641.18
Hex66815115025315e1729
Octal14620112125045611362751
Binary1100110100000011010001101010100101110001101111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668151; }

 p { color: rgb(102,129,81); }

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

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

 a { background-color: rgb(102,129,81); }

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

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

 span { border-color: rgb(102,129,81); }

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