#64874B

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

Shades of Dingley #64874B

Tints of Dingley #64874B

Color information

#64874B (or 0x64874B) is unknown color: approx Dingley. HEX triplet: 64, 87 and 4B. RGB value is (100,135,75). Sum of RGB (Red+Green+Blue) = 100+135+75=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #64874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64874B is #9B78B4. Grayscale: #757575. Windows color (decimal): -10188981 or 4949860. OLE color: 4949860.

HSL color Cylindrical-coordinate representation of color #64874B: hue angle of 95º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64874B is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB10013575-
CMYK0.2600.440.47
HSL95º28.57%41.18%-
HSV(B)95º44.44%52.94%-
XYZ15.1920.559.82-
YUV117.69103.9115.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 135 (53.12% from 255) = 43.55%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=32.26%
G=43.55%
B=24.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100135750.2600.440.479528.5741.18
Hex64874B1A02C2F5f1d29
Octal14420711332054571373551
Binary1100100100001111001011110100101100101111101111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,135,75); }

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

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

 a { background-color: rgb(100,135,75); }

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

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

 span { border-color: rgb(100,135,75); }

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