#6B883B

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

Shades of Dingley #6B883B

Tints of Dingley #6B883B

Color information

#6B883B (or 0x6B883B) is unknown color: approx Dingley. HEX triplet: 6B, 88 and 3B. RGB value is (107,136,59). Sum of RGB (Red+Green+Blue) = 107+136+59=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #6B883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B883B is #9477C4. Grayscale: #767676. Windows color (decimal): -9729989 or 3901547. OLE color: 3901547.

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

Color convert

RGB10713659-
CMYK0.2100.570.47
HSL82.6º39.49%38.24%-
HSV(B)82.6º56.62%53.33%-
XYZ15.6621.057.38-
YUV118.5594.39119.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.43%
GREEN value IS 136 (53.52% from 255) = 45.03%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=35.43%
G=45.03%
B=19.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107136590.2100.570.4782.639.4938.24
Hex6B883B150392F532726
Octal1532107325071571234746
Binary1101011100010001110111010101110011011111010011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,136,59); }

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

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

 a { background-color: rgb(107,136,59); }

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

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

 span { border-color: rgb(107,136,59); }

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