Html Css Color HEX #6E834C Dingley

📋 copy color: '#6E834C'

red 110 ◦ green 131 ◦ blue 76

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

Shades of Dingley #6E834C

Tints of Dingley #6E834C

RGB

 RED value IS 110 (43.36% from 255) = 34.7%

 GREEN value IS 131 (51.56% from 255) = 41.32%

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 34.7%
G = 41.32%
B = 23.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#6E834C (or 0x6E834C) is known color: Dingley. HEX triplet: 6E, 83 and 4C. RGB value is (110,131,76). Sum of RGB (Red+Green+Blue) = 110+131+76=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #6E834C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E834C is #917CB3. Grayscale: #767676. Windows color (decimal): -9534644 or 5014382. OLE color: 5014382.

HSL color Cylindrical-coordinate representation of color #6E834C: hue angle of 82.91º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E834C is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 131 76 -
CMYK 0.16 0 0.42 0.49
HSL 82.91º 0.27% 0.41% -
HSV(B) 82.91º 0.42% 0.51% -
XYZ 15.85 20.07 9.88 -
YUV 118.45 104.04 121.97 -
System Red Green Blue C M Y K H S L
Decimal 110 131 76 0.16 0 0.42 0.49 82.91 0.27 0.41
Hex 6E 83 4C 10 0 2A 31 53 1B 29
Octal 156 203 114 20 0 52 61 123 33 51
Binary 1101110 10000011 1001100 10000 0 101010 110001 1010011 11011 101001

Color Harmonies of #6E834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E834C

Black with #6E834C

Text Example


Text Example

White with #6E834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,131,76); }

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

background-color css

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

 a { background-color: rgb(110,131,76); }

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

border-color css

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

 span { border-color: rgb(110,131,76); }

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