#65814E

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

Shades of Dingley #65814E

Tints of Dingley #65814E

Color information

#65814E (or 0x65814E) is unknown color: approx Dingley. HEX triplet: 65, 81 and 4E. RGB value is (101,129,78). Sum of RGB (Red+Green+Blue) = 101+129+78=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #65814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65814E is #9A7EB1. Grayscale: #727272. Windows color (decimal): -10124978 or 5144933. OLE color: 5144933.

HSL color Cylindrical-coordinate representation of color #65814E: hue angle of 92.94º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65814E is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB10112978-
CMYK0.2200.400.49
HSL92.94º24.64%40.59%-
HSV(B)92.94º39.53%50.59%-
XYZ14.5919.0210.11-
YUV114.81107.22118.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=32.79%
G=41.88%
B=25.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101129780.2200.400.4992.9424.6440.59
Hex65814E16028315d1929
Octal14520111626050611353151
Binary1100101100000011001110101100101000110001101110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65814E; }

 p { color: rgb(101,129,78); }

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

<style>
 a { background-color: #65814E; }

 a { background-color: rgb(101,129,78); }

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

<style>
 span { border-color: #65814E; }

 span { border-color: rgb(101,129,78); }

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