Html Css Color HEX #6A874D Dingley

📋 copy color: '#6A874D'

red 106 ◦ green 135 ◦ blue 77

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

Shades of Dingley #6A874D

Tints of Dingley #6A874D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 33.33%
G = 42.45%
B = 24.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#6A874D (or 0x6A874D) is known color: Dingley. HEX triplet: 6A, 87 and 4D. RGB value is (106,135,77). Sum of RGB (Red+Green+Blue) = 106+135+77=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #6A874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A874D is #9578B2. Grayscale: #777777. Windows color (decimal): -9795763 or 5080938. OLE color: 5080938.

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

Color convert

RGB 106 135 77 -
CMYK 0.21 0 0.43 0.47
HSL 90º 0.27% 0.42% -
HSV(B) 90º 0.43% 0.53% -
XYZ 15.95 20.93 10.22 -
YUV 119.72 103.89 118.22 -
System Red Green Blue C M Y K H S L
Decimal 106 135 77 0.21 0 0.43 0.47 90 0.27 0.42
Hex 6A 87 4D 15 0 2B 2F 5A 1B 2A
Octal 152 207 115 25 0 53 57 132 33 52
Binary 1101010 10000111 1001101 10101 0 101011 101111 1011010 11011 101010

Color Harmonies of #6A874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A874D

Black with #6A874D

Text Example


Text Example

White with #6A874D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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