#65854A

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

Shades of Dingley #65854A

Tints of Dingley #65854A

Color information

#65854A (or 0x65854A) is unknown color: approx Dingley. HEX triplet: 65, 85 and 4A. RGB value is (101,133,74). Sum of RGB (Red+Green+Blue) = 101+133+74=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #65854A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65854A is #9A7AB5. Grayscale: #747474. Windows color (decimal): -10123958 or 4883813. OLE color: 4883813.

HSL color Cylindrical-coordinate representation of color #65854A: hue angle of 92.54º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65854A is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB10113374-
CMYK0.2400.440.48
HSL92.54º28.5%40.59%-
HSV(B)92.54º44.36%52.16%-
XYZ14.9920.049.56-
YUV116.71103.9116.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=32.79%
G=43.18%
B=24.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133740.2400.440.4892.5428.540.59
Hex65854A1802C305d1d29
Octal14520511230054601353551
Binary1100101100001011001010110000101100110000101110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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