Html Css Color HEX #6A8447 Dingley

📋 copy color: '#6A8447'

red 106 ◦ green 132 ◦ blue 71

#6A8447
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #6A8447

Tints of Dingley #6A8447

RGB

 RED value IS 106 (41.8% from 255) = 34.3%

 GREEN value IS 132 (51.95% from 255) = 42.72%

 BLUE value IS 71 (28.13% from 255) = 22.98%

R = 34.3%
G = 42.72%
B = 22.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#6A8447 (or 0x6A8447) is known color: Dingley. HEX triplet: 6A, 84 and 47. RGB value is (106,132,71). Sum of RGB (Red+Green+Blue) = 106+132+71=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #6A8447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8447 is #957BB8. Grayscale: #757575. Windows color (decimal): -9796537 or 4686954. OLE color: 4686954.

HSL color Cylindrical-coordinate representation of color #6A8447: hue angle of 85.57º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A8447 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 132 71 -
CMYK 0.20 0 0.46 0.48
HSL 85.57º 0.3% 0.4% -
HSV(B) 85.57º 0.46% 0.52% -
XYZ 15.33 20.02 9.02 -
YUV 117.27 101.89 119.96 -
System Red Green Blue C M Y K H S L
Decimal 106 132 71 0.20 0 0.46 0.48 85.57 0.3 0.4
Hex 6A 84 47 14 0 2E 30 56 1E 28
Octal 152 204 107 24 0 56 60 126 36 50
Binary 1101010 10000100 1000111 10100 0 101110 110000 1010110 11110 101000

Color Harmonies of #6A8447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8447

Black with #6A8447

Text Example


Text Example

White with #6A8447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,132,71); }

 H1.HeaderClassName
 {
   color: #6A8447;
 }
 .AnyTagClassName
 {
   color: #6A8447;
 }
</style>

background-color css

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

 a { background-color: rgb(106,132,71); }

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

border-color css

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

 span { border-color: rgb(106,132,71); }

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