Html Css Color HEX #6D511F Horses Neck

📋 copy color: '#6D511F'

red 109 ◦ green 81 ◦ blue 31

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

Shades of Horses Neck #6D511F

Tints of Horses Neck #6D511F

RGB

 RED value IS 109 (42.97% from 255) = 49.32%

 GREEN value IS 81 (32.03% from 255) = 36.65%

 BLUE value IS 31 (12.5% from 255) = 14.03%

R = 49.32%
G = 36.65%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D511F (or 0x6D511F) is known color: Horses Neck. HEX triplet: 6D, 51 and 1F. RGB value is (109,81,31). Sum of RGB (Red+Green+Blue) = 109+81+31=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D511F is #92AEE0. Grayscale: #535353. Windows color (decimal): -9613025 or 2052461. OLE color: 2052461.

HSL color Cylindrical-coordinate representation of color #6D511F: hue angle of 38.46º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D511F is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 81 31 -
CMYK 0 0.26 0.72 0.57
HSL 38.46º 0.56% 0.27% -
HSV(B) 38.46º 0.72% 0.43% -
XYZ 9.5 9.23 2.58 -
YUV 83.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 109 81 31 0 0.26 0.72 0.57 38.46 0.56 0.27
Hex 6D 51 1F 0 1A 48 39 26 38 1B
Octal 155 121 37 0 32 110 71 46 70 33
Binary 1101101 1010001 11111 0 11010 1001000 111001 100110 111000 11011

Color Harmonies of #6D511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D511F

Black with #6D511F

Text Example


Text Example

White with #6D511F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,81,31); }

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

background-color css

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

 a { background-color: rgb(109,81,31); }

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

border-color css

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

 span { border-color: rgb(109,81,31); }

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