#6B874C

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

Shades of Dingley #6B874C

Tints of Dingley #6B874C

Color information

#6B874C (or 0x6B874C) is unknown color: approx Dingley. HEX triplet: 6B, 87 and 4C. RGB value is (107,135,76). Sum of RGB (Red+Green+Blue) = 107+135+76=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #6B874C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B874C is #9478B3. Grayscale: #787878. Windows color (decimal): -9730228 or 5015403. OLE color: 5015403.

HSL color Cylindrical-coordinate representation of color #6B874C: hue angle of 88.47º degrees, saturation: 0.28, 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 #6B874C is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB10713576-
CMYK0.2100.440.47
HSL88.47º27.96%41.37%-
HSV(B)88.47º43.7%52.94%-
XYZ16.0320.9810.04-
YUV119.9103.22118.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 76 (30.08% from 255) = 23.90%
R=33.65%
G=42.45%
B=23.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107135760.2100.440.4788.4727.9641.37
Hex6B874C1502C2F581c29
Octal15320711425054571303451
Binary1101011100001111001100101010101100101111101100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B874C; }

 p { color: rgb(107,135,76); }

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

<style>
 a { background-color: #6B874C; }

 a { background-color: rgb(107,135,76); }

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

<style>
 span { border-color: #6B874C; }

 span { border-color: rgb(107,135,76); }

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