#65844D

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

Shades of Dingley #65844D

Tints of Dingley #65844D

Color information

#65844D (or 0x65844D) is unknown color: approx Dingley. HEX triplet: 65, 84 and 4D. RGB value is (101,132,77). Sum of RGB (Red+Green+Blue) = 101+132+77=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #65844D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65844D is #9A7BB2. Grayscale: #747474. Windows color (decimal): -10124211 or 5080165. OLE color: 5080165.

HSL color Cylindrical-coordinate representation of color #65844D: hue angle of 93.82º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65844D is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB10113277-
CMYK0.2300.420.48
HSL93.82º26.32%40.98%-
HSV(B)93.82º41.67%51.76%-
XYZ14.9619.8110.06-
YUV116.46105.73116.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 132 (51.95% from 255) = 42.58%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=32.58%
G=42.58%
B=24.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101132770.2300.420.4893.8226.3240.98
Hex65844D1702A305e1a29
Octal14520411527052601363251
Binary1100101100001001001101101110101010110000101111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65844D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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