Html Css Color HEX #6C844A Dingley

📋 copy color: '#6C844A'

red 108 ◦ green 132 ◦ blue 74

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

Shades of Dingley #6C844A

Tints of Dingley #6C844A

RGB

 RED value IS 108 (42.58% from 255) = 34.39%

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

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 34.39%
G = 42.04%
B = 23.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#6C844A (or 0x6C844A) is known color: Dingley. HEX triplet: 6C, 84 and 4A. RGB value is (108,132,74). Sum of RGB (Red+Green+Blue) = 108+132+74=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #6C844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C844A is #937BB5. Grayscale: #767676. Windows color (decimal): -9665462 or 4883564. OLE color: 4883564.

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

Color convert

RGB 108 132 74 -
CMYK 0.18 0 0.44 0.48
HSL 84.83º 0.28% 0.4% -
HSV(B) 84.83º 0.44% 0.52% -
XYZ 15.67 20.19 9.55 -
YUV 118.21 103.05 120.72 -
System Red Green Blue C M Y K H S L
Decimal 108 132 74 0.18 0 0.44 0.48 84.83 0.28 0.4
Hex 6C 84 4A 12 0 2C 30 55 1C 28
Octal 154 204 112 22 0 54 60 125 34 50
Binary 1101100 10000100 1001010 10010 0 101100 110000 1010101 11100 101000

Color Harmonies of #6C844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C844A

Black with #6C844A

Text Example


Text Example

White with #6C844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,132,74); }

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

background-color css

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

 a { background-color: rgb(108,132,74); }

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

border-color css

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

 span { border-color: rgb(108,132,74); }

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