#6B883D

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

Shades of Dingley #6B883D

Tints of Dingley #6B883D

Color information

#6B883D (or 0x6B883D) is unknown color: approx Dingley. HEX triplet: 6B, 88 and 3D. RGB value is (107,136,61). Sum of RGB (Red+Green+Blue) = 107+136+61=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #6B883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B883D is #9477C2. Grayscale: #777777. Windows color (decimal): -9729987 or 4032619. OLE color: 4032619.

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

Color convert

RGB10713661-
CMYK0.2100.550.47
HSL83.2º38.07%38.63%-
HSV(B)83.2º55.15%53.33%-
XYZ15.7121.077.65-
YUV118.7895.39119.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.20%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 61 (24.22% from 255) = 20.07%
R=35.20%
G=44.74%
B=20.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107136610.2100.550.4783.238.0738.63
Hex6B883D150372F532627
Octal1532107525067571234647
Binary1101011100010001111011010101101111011111010011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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