#65874B

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

Shades of Dingley #65874B

Tints of Dingley #65874B

Color information

#65874B (or 0x65874B) is unknown color: approx Dingley. HEX triplet: 65, 87 and 4B. RGB value is (101,135,75). Sum of RGB (Red+Green+Blue) = 101+135+75=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #65874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65874B is #9A78B4. Grayscale: #767676. Windows color (decimal): -10123445 or 4949861. OLE color: 4949861.

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

Color convert

RGB10113575-
CMYK0.2500.440.47
HSL94º28.57%41.18%-
HSV(B)94º44.44%52.94%-
XYZ15.320.69.83-
YUV117.99103.74115.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 135 (53.12% from 255) = 43.41%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=32.48%
G=43.41%
B=24.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101135750.2500.440.479428.5741.18
Hex65874B1902C2F5e1d29
Octal14520711331054571363551
Binary1100101100001111001011110010101100101111101111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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