#65874A

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

Shades of Dingley #65874A

Tints of Dingley #65874A

Color information

#65874A (or 0x65874A) is unknown color: approx Dingley. HEX triplet: 65, 87 and 4A. RGB value is (101,135,74). Sum of RGB (Red+Green+Blue) = 101+135+74=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #65874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65874A is #9A78B5. Grayscale: #767676. Windows color (decimal): -10123446 or 4884325. OLE color: 4884325.

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

Color convert

RGB10113574-
CMYK0.2500.450.47
HSL93.44º29.19%40.98%-
HSV(B)93.44º45.19%52.94%-
XYZ15.2720.599.65-
YUV117.88103.24115.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 135 (53.12% from 255) = 43.55%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=32.58%
G=43.55%
B=23.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101135740.2500.450.4793.4429.1940.98
Hex65874A1902D2F5d1d29
Octal14520711231055571353551
Binary1100101100001111001010110010101101101111101110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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