Html Css Color HEX #6E571B Horses Neck

📋 copy color: '#6E571B'

red 110 ◦ green 87 ◦ blue 27

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

Shades of Horses Neck #6E571B

Tints of Horses Neck #6E571B

RGB

 RED value IS 110 (43.36% from 255) = 49.11%

 GREEN value IS 87 (34.38% from 255) = 38.84%

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

R = 49.11%
G = 38.84%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6E571B (or 0x6E571B) is known color: Horses Neck. HEX triplet: 6E, 57 and 1B. RGB value is (110,87,27). Sum of RGB (Red+Green+Blue) = 110+87+27=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 110 - color contains mainly: red. Hex color #6E571B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E571B is #91A8E4. Grayscale: #575757. Windows color (decimal): -9545957 or 1791854. OLE color: 1791854.

HSL color Cylindrical-coordinate representation of color #6E571B: hue angle of 43.37º degrees, saturation: 0.61, 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 #6E571B is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 87 27 -
CMYK 0 0.21 0.75 0.57
HSL 43.37º 0.61% 0.27% -
HSV(B) 43.37º 0.75% 0.43% -
XYZ 10.04 10.21 2.48 -
YUV 87.04 94.12 144.38 -
System Red Green Blue C M Y K H S L
Decimal 110 87 27 0 0.21 0.75 0.57 43.37 0.61 0.27
Hex 6E 57 1B 0 15 4B 39 2B 3D 1B
Octal 156 127 33 0 25 113 71 53 75 33
Binary 1101110 1010111 11011 0 10101 1001011 111001 101011 111101 11011

Color Harmonies of #6E571B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E571B

Black with #6E571B

Text Example


Text Example

White with #6E571B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,87,27); }

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

background-color css

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

 a { background-color: rgb(110,87,27); }

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

border-color css

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

 span { border-color: rgb(110,87,27); }

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