#65853F

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

Shades of Dingley #65853F

Tints of Dingley #65853F

Color information

#65853F (or 0x65853F) is unknown color: approx Dingley. HEX triplet: 65, 85 and 3F. RGB value is (101,133,63). Sum of RGB (Red+Green+Blue) = 101+133+63=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #65853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65853F is #9A7AC0. Grayscale: #737373. Windows color (decimal): -10123969 or 4162917. OLE color: 4162917.

HSL color Cylindrical-coordinate representation of color #65853F: hue angle of 87.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65853F is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB10113363-
CMYK0.2400.530.48
HSL87.43º35.71%38.43%-
HSV(B)87.43º52.63%52.16%-
XYZ14.6519.97.77-
YUV115.4598.4117.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 63 (25% from 255) = 21.21%
R=34.01%
G=44.78%
B=21.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133630.2400.530.4887.4335.7138.43
Hex65853F1803530572426
Octal1452057730065601274446
Binary1100101100001011111111100001101011100001010111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65853F; }

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

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

<style>
 a { background-color: #65853F; }

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

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

<style>
 span { border-color: #65853F; }

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

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