Html Css Color HEX #6C7F49 Dingley

📋 copy color: '#6C7F49'

red 108 ◦ green 127 ◦ blue 73

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

Shades of Dingley #6C7F49

Tints of Dingley #6C7F49

RGB

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

 GREEN value IS 127 (50% from 255) = 41.23%

 BLUE value IS 73 (28.91% from 255) = 23.7%

R = 35.06%
G = 41.23%
B = 23.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#6C7F49 (or 0x6C7F49) is known color: Dingley. HEX triplet: 6C, 7F and 49. RGB value is (108,127,73). Sum of RGB (Red+Green+Blue) = 108+127+73=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 127 - color contains mainly: green. Hex color #6C7F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7F49 is #9380B6. Grayscale: #737373. Windows color (decimal): -9666743 or 4816748. OLE color: 4816748.

HSL color Cylindrical-coordinate representation of color #6C7F49: hue angle of 81.11º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C7F49 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 127 73 -
CMYK 0.15 0 0.43 0.50
HSL 81.11º 0.27% 0.39% -
HSV(B) 81.11º 0.43% 0.5% -
XYZ 14.98 18.85 9.15 -
YUV 115.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 108 127 73 0.15 0 0.43 0.50 81.11 0.27 0.39
Hex 6C 7F 49 F 0 2B 32 51 1B 27
Octal 154 177 111 17 0 53 62 121 33 47
Binary 1101100 1111111 1001001 1111 0 101011 110010 1010001 11011 100111

Color Harmonies of #6C7F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7F49

Black with #6C7F49

Text Example


Text Example

White with #6C7F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,127,73); }

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

background-color css

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

 a { background-color: rgb(108,127,73); }

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

border-color css

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

 span { border-color: rgb(108,127,73); }

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