#65863D

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

Shades of Dingley #65863D

Tints of Dingley #65863D

Color information

#65863D (or 0x65863D) is unknown color: approx Dingley. HEX triplet: 65, 86 and 3D. RGB value is (101,134,61). Sum of RGB (Red+Green+Blue) = 101+134+61=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #65863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65863D is #9A79C2. Grayscale: #747474. Windows color (decimal): -10123715 or 4032101. OLE color: 4032101.

HSL color Cylindrical-coordinate representation of color #65863D: hue angle of 87.12º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65863D is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB10113461-
CMYK0.2500.540.47
HSL87.12º37.44%38.24%-
HSV(B)87.12º54.48%52.55%-
XYZ14.7320.157.53-
YUV115.8197.07117.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 134 (52.73% from 255) = 45.27%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=34.12%
G=45.27%
B=20.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101134610.2500.540.4787.1237.4438.24
Hex65863D190362F572526
Octal1452067531066571274546
Binary1100101100001101111011100101101101011111010111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,134,61); }

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

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

 a { background-color: rgb(101,134,61); }

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

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

 span { border-color: rgb(101,134,61); }

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