#66754C

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

Shades of Dingley #66754C

Tints of Dingley #66754C

Color information

#66754C (or 0x66754C) is unknown color: approx Dingley. HEX triplet: 66, 75 and 4C. RGB value is (102,117,76). Sum of RGB (Red+Green+Blue) = 102+117+76=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #66754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66754C is #998AB3. Grayscale: #6B6B6B. Windows color (decimal): -10062516 or 5010790. OLE color: 5010790.

HSL color Cylindrical-coordinate representation of color #66754C: hue angle of 81.95º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66754C is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB10211776-
CMYK0.1300.350.54
HSL81.95º21.24%37.84%-
HSV(B)81.95º35.04%45.88%-
XYZ13.1516.079.25-
YUV107.84110.03123.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=34.58%
G=39.66%
B=25.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102117760.1300.350.5481.9521.2437.84
Hex66754CD02336521526
Octal14616511415043661222546
Binary11001101110101100110011010100011110110101001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66754C; }

 p { color: rgb(102,117,76); }

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

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

 a { background-color: rgb(102,117,76); }

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

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

 span { border-color: rgb(102,117,76); }

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