#65813F

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

Shades of Dingley #65813F

Tints of Dingley #65813F

Color information

#65813F (or 0x65813F) is unknown color: approx Dingley. HEX triplet: 65, 81 and 3F. RGB value is (101,129,63). Sum of RGB (Red+Green+Blue) = 101+129+63=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #65813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65813F is #9A7EC0. Grayscale: #717171. Windows color (decimal): -10124993 or 4161893. OLE color: 4161893.

HSL color Cylindrical-coordinate representation of color #65813F: hue angle of 85.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65813F is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB10112963-
CMYK0.2200.510.49
HSL85.45º34.38%37.65%-
HSV(B)85.45º51.16%50.59%-
XYZ14.1118.837.59-
YUV113.199.72119.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 129 (50.78% from 255) = 44.03%
BLUE value IS 63 (25% from 255) = 21.50%
R=34.47%
G=44.03%
B=21.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101129630.2200.510.4985.4534.3837.65
Hex65813F1603331552226
Octal1452017726063611254246
Binary1100101100000011111111011001100111100011010101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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