Html Css Color HEX #6B7E47 Dingley

📋 copy color: '#6B7E47'

red 107 ◦ green 126 ◦ blue 71

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

Shades of Dingley #6B7E47

Tints of Dingley #6B7E47

RGB

 RED value IS 107 (42.19% from 255) = 35.2%

 GREEN value IS 126 (49.61% from 255) = 41.45%

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

R = 35.2%
G = 41.45%
B = 23.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#6B7E47 (or 0x6B7E47) is known color: Dingley. HEX triplet: 6B, 7E and 47. RGB value is (107,126,71). Sum of RGB (Red+Green+Blue) = 107+126+71=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7E47 is #9481B8. Grayscale: #727272. Windows color (decimal): -9732537 or 4685419. OLE color: 4685419.

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

Color convert

RGB 107 126 71 -
CMYK 0.15 0 0.44 0.51
HSL 80.73º 0.28% 0.39% -
HSV(B) 80.73º 0.44% 0.49% -
XYZ 14.66 18.5 8.76 -
YUV 114.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 107 126 71 0.15 0 0.44 0.51 80.73 0.28 0.39
Hex 6B 7E 47 F 0 2C 33 51 1C 27
Octal 153 176 107 17 0 54 63 121 34 47
Binary 1101011 1111110 1000111 1111 0 101100 110011 1010001 11100 100111

Color Harmonies of #6B7E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7E47

Black with #6B7E47

Text Example


Text Example

White with #6B7E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,126,71); }

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

background-color css

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

 a { background-color: rgb(107,126,71); }

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

border-color css

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

 span { border-color: rgb(107,126,71); }

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