Html Css Color HEX #6A874E Dingley

📋 copy color: '#6A874E'

red 106 ◦ green 135 ◦ blue 78

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

Shades of Dingley #6A874E

Tints of Dingley #6A874E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.32%

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

R = 33.23%
G = 42.32%
B = 24.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#6A874E (or 0x6A874E) is known color: Dingley. HEX triplet: 6A, 87 and 4E. RGB value is (106,135,78). Sum of RGB (Red+Green+Blue) = 106+135+78=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #6A874E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A874E is #9578B1. Grayscale: #787878. Windows color (decimal): -9795762 or 5146474. OLE color: 5146474.

HSL color Cylindrical-coordinate representation of color #6A874E: hue angle of 90.53º degrees, saturation: 0.27, 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 #6A874E is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 135 78 -
CMYK 0.21 0 0.42 0.47
HSL 90.53º 0.27% 0.42% -
HSV(B) 90.53º 0.42% 0.53% -
XYZ 15.98 20.94 10.41 -
YUV 119.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 106 135 78 0.21 0 0.42 0.47 90.53 0.27 0.42
Hex 6A 87 4E 15 0 2A 2F 5B 1B 2A
Octal 152 207 116 25 0 52 57 133 33 52
Binary 1101010 10000111 1001110 10101 0 101010 101111 1011011 11011 101010

Color Harmonies of #6A874E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A874E

Black with #6A874E

Text Example


Text Example

White with #6A874E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,135,78); }

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

background-color css

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

 a { background-color: rgb(106,135,78); }

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

border-color css

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

 span { border-color: rgb(106,135,78); }

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