#64863B

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

Shades of Dingley #64863B

Tints of Dingley #64863B

Color information

#64863B (or 0x64863B) is unknown color: approx Dingley. HEX triplet: 64, 86 and 3B. RGB value is (100,134,59). Sum of RGB (Red+Green+Blue) = 100+134+59=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #64863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64863B is #9B79C4. Grayscale: #737373. Windows color (decimal): -10189253 or 3901028. OLE color: 3901028.

HSL color Cylindrical-coordinate representation of color #64863B: hue angle of 87.2º degrees, saturation: 0.39, 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 #64863B is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB10013459-
CMYK0.2500.560.47
HSL87.2º38.86%37.84%-
HSV(B)87.2º55.97%52.55%-
XYZ14.5720.087.24-
YUV115.2896.24117.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 59 (23.44% from 255) = 20.14%
R=34.13%
G=45.73%
B=20.14%

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
Decimal100134590.2500.560.4787.238.8637.84
Hex64863B190382F572726
Octal1442067331070571274746
Binary1100100100001101110111100101110001011111010111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,134,59); }

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

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

 a { background-color: rgb(100,134,59); }

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

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

 span { border-color: rgb(100,134,59); }

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