Html Css Color HEX #6B7D47 Dingley

📋 copy color: '#6B7D47'

red 107 ◦ green 125 ◦ blue 71

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

Shades of Dingley #6B7D47

Tints of Dingley #6B7D47

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.25%

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

R = 35.31%
G = 41.25%
B = 23.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#6B7D47 (or 0x6B7D47) is known color: Dingley. HEX triplet: 6B, 7D and 47. RGB value is (107,125,71). Sum of RGB (Red+Green+Blue) = 107+125+71=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7D47 is #9482B8. Grayscale: #717171. Windows color (decimal): -9732793 or 4685163. OLE color: 4685163.

HSL color Cylindrical-coordinate representation of color #6B7D47: hue angle of 80º degrees, saturation: 0.28, 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 #6B7D47 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 125 71 -
CMYK 0.14 0 0.43 0.51
HSL 80º 0.28% 0.38% -
HSV(B) 80º 0.43% 0.49% -
XYZ 14.53 18.25 8.72 -
YUV 113.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 107 125 71 0.14 0 0.43 0.51 80 0.28 0.38
Hex 6B 7D 47 E 0 2B 33 50 1C 26
Octal 153 175 107 16 0 53 63 120 34 46
Binary 1101011 1111101 1000111 1110 0 101011 110011 1010000 11100 100110

Color Harmonies of #6B7D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7D47

Black with #6B7D47

Text Example


Text Example

White with #6B7D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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