#65794C

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

Shades of Dingley #65794C

Tints of Dingley #65794C

Color information

#65794C (or 0x65794C) is unknown color: approx Dingley. HEX triplet: 65, 79 and 4C. RGB value is (101,121,76). Sum of RGB (Red+Green+Blue) = 101+121+76=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #65794C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65794C is #9A86B3. Grayscale: #6E6E6E. Windows color (decimal): -10127028 or 5011813. OLE color: 5011813.

HSL color Cylindrical-coordinate representation of color #65794C: hue angle of 86.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65794C is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB10112176-
CMYK0.1700.370.53
HSL86.67º22.84%38.63%-
HSV(B)86.67º37.19%47.45%-
XYZ13.5116.969.4-
YUV109.89108.87121.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.89%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=33.89%
G=40.60%
B=25.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101121760.1700.370.5386.6722.8438.63
Hex65794C1102535571727
Octal14517111421045651272747
Binary110010111110011001100100010100101110101101011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,121,76); }

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

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

 a { background-color: rgb(101,121,76); }

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

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

 span { border-color: rgb(101,121,76); }

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