Html Css Color HEX #6D501F Horses Neck

📋 copy color: '#6D501F'

red 109 ◦ green 80 ◦ blue 31

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

Shades of Horses Neck #6D501F

Tints of Horses Neck #6D501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

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

R = 49.55%
G = 36.36%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D501F (or 0x6D501F) is known color: Horses Neck. HEX triplet: 6D, 50 and 1F. RGB value is (109,80,31). Sum of RGB (Red+Green+Blue) = 109+80+31=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D501F is #92AFE0. Grayscale: #535353. Windows color (decimal): -9613281 or 2052205. OLE color: 2052205.

HSL color Cylindrical-coordinate representation of color #6D501F: hue angle of 37.69º 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 #6D501F is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 80 31 -
CMYK 0 0.27 0.72 0.57
HSL 37.69º 0.56% 0.27% -
HSV(B) 37.69º 0.72% 0.43% -
XYZ 9.42 9.09 2.55 -
YUV 83.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 109 80 31 0 0.27 0.72 0.57 37.69 0.56 0.27
Hex 6D 50 1F 0 1B 48 39 26 38 1B
Octal 155 120 37 0 33 110 71 46 70 33
Binary 1101101 1010000 11111 0 11011 1001000 111001 100110 111000 11011

Color Harmonies of #6D501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D501F

Black with #6D501F

Text Example


Text Example

White with #6D501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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