#6B874D

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

Shades of Dingley #6B874D

Tints of Dingley #6B874D

Color information

#6B874D (or 0x6B874D) is unknown color: approx Dingley. HEX triplet: 6B, 87 and 4D. RGB value is (107,135,77). Sum of RGB (Red+Green+Blue) = 107+135+77=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #6B874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B874D is #9478B2. Grayscale: #787878. Windows color (decimal): -9730227 or 5080939. OLE color: 5080939.

HSL color Cylindrical-coordinate representation of color #6B874D: hue angle of 88.97º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B874D is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB10713577-
CMYK0.2100.430.47
HSL88.97º27.36%41.57%-
HSV(B)88.97º42.96%52.94%-
XYZ16.0720.9910.23-
YUV120.02103.72118.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=33.54%
G=42.32%
B=24.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107135770.2100.430.4788.9727.3641.57
Hex6B874D1502B2F591b2a
Octal15320711525053571313352
Binary1101011100001111001101101010101011101111101100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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