#6B8351

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

Shades of Dingley #6B8351

Tints of Dingley #6B8351

Color information

#6B8351 (or 0x6B8351) is unknown color: approx Dingley. HEX triplet: 6B, 83 and 51. RGB value is (107,131,81). Sum of RGB (Red+Green+Blue) = 107+131+81=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8351 is #947CAE. Grayscale: #767676. Windows color (decimal): -9731247 or 5342059. OLE color: 5342059.

HSL color Cylindrical-coordinate representation of color #6B8351: hue angle of 88.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B8351 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB10713181-
CMYK0.1800.380.49
HSL88.8º23.58%41.57%-
HSV(B)88.8º38.17%51.37%-
XYZ15.6619.9510.81-
YUV118.12107.05120.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 81 (32.03% from 255) = 25.39%
R=33.54%
G=41.07%
B=25.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107131810.1800.380.4988.823.5841.57
Hex6B8351120263159182a
Octal15320312122046611313052
Binary1101011100000111010001100100100110110001101100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,131,81); }

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

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

 a { background-color: rgb(107,131,81); }

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

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

 span { border-color: rgb(107,131,81); }

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