#6B894C

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

Shades of Dingley #6B894C

Tints of Dingley #6B894C

Color information

#6B894C (or 0x6B894C) is unknown color: approx Dingley. HEX triplet: 6B, 89 and 4C. RGB value is (107,137,76). Sum of RGB (Red+Green+Blue) = 107+137+76=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #6B894C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B894C is #9476B3. Grayscale: #797979. Windows color (decimal): -9729716 or 5015915. OLE color: 5015915.

HSL color Cylindrical-coordinate representation of color #6B894C: hue angle of 89.51º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B894C is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB10713776-
CMYK0.2200.450.46
HSL89.51º28.64%41.76%-
HSV(B)89.51º44.53%53.73%-
XYZ16.3121.5410.14-
YUV121.08102.56117.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.44%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=33.44%
G=42.81%
B=23.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107137760.2200.450.4689.5128.6441.76
Hex6B894C1602D2E5a1d2a
Octal15321111426055561323552
Binary1101011100010011001100101100101101101110101101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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