#65873C

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

Shades of Dingley #65873C

Tints of Dingley #65873C

Color information

#65873C (or 0x65873C) is unknown color: approx Dingley. HEX triplet: 65, 87 and 3C. RGB value is (101,135,60). Sum of RGB (Red+Green+Blue) = 101+135+60=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #65873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65873C is #9A78C3. Grayscale: #747474. Windows color (decimal): -10123460 or 3966821. OLE color: 3966821.

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

Color convert

RGB10113560-
CMYK0.2500.560.47
HSL87.2º38.46%38.24%-
HSV(B)87.2º55.56%52.94%-
XYZ14.8520.427.43-
YUV116.2896.24117.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 135 (53.12% from 255) = 45.61%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=34.12%
G=45.61%
B=20.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101135600.2500.560.4787.238.4638.24
Hex65873C190382F572626
Octal1452077431070571274646
Binary1100101100001111111001100101110001011111010111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65873C; }

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

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

<style>
 a { background-color: #65873C; }

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

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

<style>
 span { border-color: #65873C; }

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

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