#6B864B

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

Shades of Dingley #6B864B

Tints of Dingley #6B864B

Color information

#6B864B (or 0x6B864B) is unknown color: approx Dingley. HEX triplet: 6B, 86 and 4B. RGB value is (107,134,75). Sum of RGB (Red+Green+Blue) = 107+134+75=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #6B864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B864B is #9479B4. Grayscale: #777777. Windows color (decimal): -9730485 or 4949611. OLE color: 4949611.

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

Color convert

RGB10713475-
CMYK0.2000.440.47
HSL87.46º28.23%40.98%-
HSV(B)87.46º44.03%52.55%-
XYZ15.8620.689.81-
YUV119.2103.05119.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.86%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=33.86%
G=42.41%
B=23.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134750.2000.440.4787.4628.2340.98
Hex6B864B1402C2F571c29
Octal15320611324054571273451
Binary1101011100001101001011101000101100101111101011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,134,75); }

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

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

 a { background-color: rgb(107,134,75); }

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

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

 span { border-color: rgb(107,134,75); }

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