#65784B

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

Shades of Dingley #65784B

Tints of Dingley #65784B

Color information

#65784B (or 0x65784B) is unknown color: approx Dingley. HEX triplet: 65, 78 and 4B. RGB value is (101,120,75). Sum of RGB (Red+Green+Blue) = 101+120+75=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #65784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65784B is #9A87B4. Grayscale: #6D6D6D. Windows color (decimal): -10127285 or 4946021. OLE color: 4946021.

HSL color Cylindrical-coordinate representation of color #65784B: hue angle of 85.33º degrees, saturation: 0.23, 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 #65784B is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB10112075-
CMYK0.1600.370.53
HSL85.33º23.08%38.24%-
HSV(B)85.33º37.5%47.06%-
XYZ13.3516.719.18-
YUV109.19108.71122.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 120 (47.27% from 255) = 40.54%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=34.12%
G=40.54%
B=25.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101120750.1600.370.5385.3323.0838.24
Hex65784B1002535551726
Octal14517011320045651252746
Binary110010111110001001011100000100101110101101010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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