#65864D

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

Shades of Dingley #65864D

Tints of Dingley #65864D

Color information

#65864D (or 0x65864D) is unknown color: approx Dingley. HEX triplet: 65, 86 and 4D. RGB value is (101,134,77). Sum of RGB (Red+Green+Blue) = 101+134+77=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #65864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65864D is #9A79B2. Grayscale: #757575. Windows color (decimal): -10123699 or 5080677. OLE color: 5080677.

HSL color Cylindrical-coordinate representation of color #65864D: hue angle of 94.74º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65864D is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB10113477-
CMYK0.2500.430.47
HSL94.74º27.01%41.37%-
HSV(B)94.74º42.54%52.55%-
XYZ15.2320.3510.15-
YUV117.64105.07116.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 77 (30.47% from 255) = 24.68%
R=32.37%
G=42.95%
B=24.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101134770.2500.430.4794.7427.0141.37
Hex65864D1902B2F5f1b29
Octal14520611531053571373351
Binary1100101100001101001101110010101011101111101111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65864D; }

 p { color: rgb(101,134,77); }

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

<style>
 a { background-color: #65864D; }

 a { background-color: rgb(101,134,77); }

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

<style>
 span { border-color: #65864D; }

 span { border-color: rgb(101,134,77); }

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