#6B8543

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

Shades of Dingley #6B8543

Tints of Dingley #6B8543

Color information

#6B8543 (or 0x6B8543) is unknown color: approx Dingley. HEX triplet: 6B, 85 and 43. RGB value is (107,133,67). Sum of RGB (Red+Green+Blue) = 107+133+67=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8543 is #947ABC. Grayscale: #757575. Windows color (decimal): -9730749 or 4425067. OLE color: 4425067.

HSL color Cylindrical-coordinate representation of color #6B8543: hue angle of 83.64º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B8543 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB10713367-
CMYK0.2000.500.48
HSL83.64º33%39.22%-
HSV(B)83.64º49.62%52.16%-
XYZ15.4620.318.41-
YUV117.799.39120.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.85%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 67 (26.56% from 255) = 21.82%
R=34.85%
G=43.32%
B=21.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133670.2000.500.4883.643339.22
Hex6B85431403230542127
Octal15320510324062601244147
Binary11010111000010110000111010001100101100001010100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,133,67); }

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

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

 a { background-color: rgb(107,133,67); }

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

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

 span { border-color: rgb(107,133,67); }

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