#66894B

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

Shades of Dingley #66894B

Tints of Dingley #66894B

Color information

#66894B (or 0x66894B) is unknown color: approx Dingley. HEX triplet: 66, 89 and 4B. RGB value is (102,137,75). Sum of RGB (Red+Green+Blue) = 102+137+75=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #66894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66894B is #9976B4. Grayscale: #777777. Windows color (decimal): -10057397 or 4950374. OLE color: 4950374.

HSL color Cylindrical-coordinate representation of color #66894B: hue angle of 93.87º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66894B is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB10213775-
CMYK0.2600.450.46
HSL93.87º29.25%41.57%-
HSV(B)93.87º45.26%53.73%-
XYZ15.721.229.93-
YUV119.47102.9115.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 137 (53.91% from 255) = 43.63%
BLUE value IS 75 (29.69% from 255) = 23.89%
R=32.48%
G=43.63%
B=23.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102137750.2600.450.4693.8729.2541.57
Hex66894B1A02D2E5e1d2a
Octal14621111332055561363552
Binary1100110100010011001011110100101101101110101111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66894B; }

 p { color: rgb(102,137,75); }

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

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

 a { background-color: rgb(102,137,75); }

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

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

 span { border-color: rgb(102,137,75); }

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