Html Css Color HEX #68864E Dingley

📋 copy color: '#68864E'

red 104 ◦ green 134 ◦ blue 78

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

Shades of Dingley #68864E

Tints of Dingley #68864E

RGB

 RED value IS 104 (41.02% from 255) = 32.91%

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

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

R = 32.91%
G = 42.41%
B = 24.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#68864E (or 0x68864E) is known color: Dingley. HEX triplet: 68, 86 and 4E. RGB value is (104,134,78). Sum of RGB (Red+Green+Blue) = 104+134+78=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #68864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68864E is #9779B1. Grayscale: #767676. Windows color (decimal): -9927090 or 5146216. OLE color: 5146216.

HSL color Cylindrical-coordinate representation of color #68864E: hue angle of 92.14º 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 #68864E is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 78 -
CMYK 0.22 0 0.42 0.47
HSL 92.14º 0.26% 0.42% -
HSV(B) 92.14º 0.42% 0.53% -
XYZ 15.61 20.54 10.35 -
YUV 118.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 104 134 78 0.22 0 0.42 0.47 92.14 0.26 0.42
Hex 68 86 4E 16 0 2A 2F 5C 1A 2A
Octal 150 206 116 26 0 52 57 134 32 52
Binary 1101000 10000110 1001110 10110 0 101010 101111 1011100 11010 101010

Color Harmonies of #68864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68864E

Black with #68864E

Text Example


Text Example

White with #68864E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68864E; }

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

 H1.HeaderClassName
 {
   color: #68864E;
 }
 .AnyTagClassName
 {
   color: #68864E;
 }
</style>

background-color css

<style>
 a { background-color: #68864E; }

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

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

border-color css

<style>
 span { border-color: #68864E; }

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

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