Html Css Color HEX #6D551B Horses Neck

📋 copy color: '#6D551B'

red 109 ◦ green 85 ◦ blue 27

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

Shades of Horses Neck #6D551B

Tints of Horses Neck #6D551B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.46%

 BLUE value IS 27 (10.94% from 255) = 12.22%

R = 49.32%
G = 38.46%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6D551B (or 0x6D551B) is known color: Horses Neck. HEX triplet: 6D, 55 and 1B. RGB value is (109,85,27). Sum of RGB (Red+Green+Blue) = 109+85+27=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D551B is #92AAE4. Grayscale: #555555. Windows color (decimal): -9612005 or 1791341. OLE color: 1791341.

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

Color convert

RGB 109 85 27 -
CMYK 0 0.22 0.75 0.57
HSL 42.44º 0.6% 0.27% -
HSV(B) 42.44º 0.75% 0.43% -
XYZ 9.75 9.83 2.42 -
YUV 85.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 109 85 27 0 0.22 0.75 0.57 42.44 0.6 0.27
Hex 6D 55 1B 0 16 4B 39 2A 3C 1B
Octal 155 125 33 0 26 113 71 52 74 33
Binary 1101101 1010101 11011 0 10110 1001011 111001 101010 111100 11011

Color Harmonies of #6D551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D551B

Black with #6D551B

Text Example


Text Example

White with #6D551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,85,27); }

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

background-color css

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

 a { background-color: rgb(109,85,27); }

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

border-color css

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

 span { border-color: rgb(109,85,27); }

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