#6A883A

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

Shades of Dingley #6A883A

Tints of Dingley #6A883A

Color information

#6A883A (or 0x6A883A) is unknown color: approx Dingley. HEX triplet: 6A, 88 and 3A. RGB value is (106,136,58). Sum of RGB (Red+Green+Blue) = 106+136+58=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #6A883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A883A is #9577C5. Grayscale: #767676. Windows color (decimal): -9795526 or 3836010. OLE color: 3836010.

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

Color convert

RGB10613658-
CMYK0.2200.570.47
HSL83.08º40.21%38.04%-
HSV(B)83.08º57.35%53.33%-
XYZ15.5120.987.23-
YUV118.1494.06119.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.33%
GREEN value IS 136 (53.52% from 255) = 45.33%
BLUE value IS 58 (23.05% from 255) = 19.33%
R=35.33%
G=45.33%
B=19.33%

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
Decimal106136580.2200.570.4783.0840.2138.04
Hex6A883A160392F532826
Octal1522107226071571235046
Binary1101010100010001110101011001110011011111010011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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