Html Css Color HEX #6A7C47 Dingley

📋 copy color: '#6A7C47'

red 106 ◦ green 124 ◦ blue 71

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

Shades of Dingley #6A7C47

Tints of Dingley #6A7C47

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.2%

 BLUE value IS 71 (28.13% from 255) = 23.59%

R = 35.22%
G = 41.2%
B = 23.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#6A7C47 (or 0x6A7C47) is known color: Dingley. HEX triplet: 6A, 7C and 47. RGB value is (106,124,71). Sum of RGB (Red+Green+Blue) = 106+124+71=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7C47 is #9583B8. Grayscale: #707070. Windows color (decimal): -9798585 or 4684906. OLE color: 4684906.

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

Color convert

RGB 106 124 71 -
CMYK 0.15 0 0.43 0.51
HSL 80.38º 0.27% 0.38% -
HSV(B) 80.38º 0.43% 0.49% -
XYZ 14.29 17.93 8.67 -
YUV 112.58 104.54 123.31 -
System Red Green Blue C M Y K H S L
Decimal 106 124 71 0.15 0 0.43 0.51 80.38 0.27 0.38
Hex 6A 7C 47 F 0 2B 33 50 1B 26
Octal 152 174 107 17 0 53 63 120 33 46
Binary 1101010 1111100 1000111 1111 0 101011 110011 1010000 11011 100110

Color Harmonies of #6A7C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7C47

Black with #6A7C47

Text Example


Text Example

White with #6A7C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,124,71); }

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

background-color css

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

 a { background-color: rgb(106,124,71); }

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

border-color css

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

 span { border-color: rgb(106,124,71); }

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