#6A883B

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

Shades of Dingley #6A883B

Tints of Dingley #6A883B

Color information

#6A883B (or 0x6A883B) is unknown color: approx Dingley. HEX triplet: 6A, 88 and 3B. RGB value is (106,136,59). Sum of RGB (Red+Green+Blue) = 106+136+59=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #6A883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A883B is #9577C4. Grayscale: #767676. Windows color (decimal): -9795525 or 3901546. OLE color: 3901546.

HSL color Cylindrical-coordinate representation of color #6A883B: hue angle of 83.38º 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 #6A883B is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB10613659-
CMYK0.2200.570.47
HSL83.38º39.49%38.24%-
HSV(B)83.38º56.62%53.33%-
XYZ15.5420.997.37-
YUV118.2594.56119.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=35.22%
G=45.18%
B=19.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106136590.2200.570.4783.3839.4938.24
Hex6A883B160392F532726
Octal1522107326071571234746
Binary1101010100010001110111011001110011011111010011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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