#66893A

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

Shades of Dingley #66893A

Tints of Dingley #66893A

Color information

#66893A (or 0x66893A) is unknown color: approx Dingley. HEX triplet: 66, 89 and 3A. RGB value is (102,137,58). Sum of RGB (Red+Green+Blue) = 102+137+58=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #66893A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66893A is #9976C5. Grayscale: #757575. Windows color (decimal): -10057414 or 3836262. OLE color: 3836262.

HSL color Cylindrical-coordinate representation of color #66893A: hue angle of 86.58º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66893A is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB10213758-
CMYK0.2600.580.46
HSL86.58º40.51%38.24%-
HSV(B)86.58º57.66%53.73%-
XYZ15.1921.027.26-
YUV117.5394.4116.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=34.34%
G=46.13%
B=19.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102137580.2600.580.4686.5840.5138.24
Hex66893A1A03A2E572926
Octal1462117232072561275146
Binary1100110100010011110101101001110101011101010111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66893A; }

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

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

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

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

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

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

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

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