#65814A

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

Shades of Dingley #65814A

Tints of Dingley #65814A

Color information

#65814A (or 0x65814A) is unknown color: approx Dingley. HEX triplet: 65, 81 and 4A. RGB value is (101,129,74). Sum of RGB (Red+Green+Blue) = 101+129+74=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #65814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65814A is #9A7EB5. Grayscale: #727272. Windows color (decimal): -10124982 or 4882789. OLE color: 4882789.

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

Color convert

RGB10112974-
CMYK0.2200.430.49
HSL90.55º27.09%39.8%-
HSV(B)90.55º42.64%50.59%-
XYZ14.4518.969.38-
YUV114.36105.22118.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.22%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=33.22%
G=42.43%
B=24.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101129740.2200.430.4990.5527.0939.8
Hex65814A1602B315b1b28
Octal14520111226053611333350
Binary1100101100000011001010101100101011110001101101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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