Html Css Color HEX #6C864E Dingley

📋 copy color: '#6C864E'

red 108 ◦ green 134 ◦ blue 78

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

Shades of Dingley #6C864E

Tints of Dingley #6C864E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.88%

 BLUE value IS 78 (30.86% from 255) = 24.38%

R = 33.75%
G = 41.88%
B = 24.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#6C864E (or 0x6C864E) is known color: Dingley. HEX triplet: 6C, 86 and 4E. RGB value is (108,134,78). Sum of RGB (Red+Green+Blue) = 108+134+78=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #6C864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C864E is #9379B1. Grayscale: #787878. Windows color (decimal): -9664946 or 5146220. OLE color: 5146220.

HSL color Cylindrical-coordinate representation of color #6C864E: hue angle of 87.86º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C864E is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 134 78 -
CMYK 0.19 0 0.42 0.47
HSL 87.86º 0.26% 0.42% -
HSV(B) 87.86º 0.42% 0.53% -
XYZ 16.08 20.79 10.37 -
YUV 119.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 108 134 78 0.19 0 0.42 0.47 87.86 0.26 0.42
Hex 6C 86 4E 13 0 2A 2F 58 1A 2A
Octal 154 206 116 23 0 52 57 130 32 52
Binary 1101100 10000110 1001110 10011 0 101010 101111 1011000 11010 101010

Color Harmonies of #6C864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C864E

Black with #6C864E

Text Example


Text Example

White with #6C864E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,134,78); }

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

background-color css

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

 a { background-color: rgb(108,134,78); }

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

border-color css

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

 span { border-color: rgb(108,134,78); }

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