#65784A

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

Shades of Dingley #65784A

Tints of Dingley #65784A

Color information

#65784A (or 0x65784A) is unknown color: approx Dingley. HEX triplet: 65, 78 and 4A. RGB value is (101,120,74). Sum of RGB (Red+Green+Blue) = 101+120+74=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #65784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65784A is #9A87B5. Grayscale: #6D6D6D. Windows color (decimal): -10127286 or 4880485. OLE color: 4880485.

HSL color Cylindrical-coordinate representation of color #65784A: hue angle of 84.78º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65784A is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB10112074-
CMYK0.1600.380.53
HSL84.78º23.71%38.04%-
HSV(B)84.78º38.33%47.06%-
XYZ13.3216.699-
YUV109.07108.21122.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 74 (29.30% from 255) = 25.08%
R=34.24%
G=40.68%
B=25.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101120740.1600.380.5384.7823.7138.04
Hex65784A1002635551826
Octal14517011220046651253046
Binary110010111110001001010100000100110110101101010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,120,74); }

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

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

 a { background-color: rgb(101,120,74); }

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

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

 span { border-color: rgb(101,120,74); }

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