Html Css Color HEX #6E531D Horses Neck

📋 copy color: '#6E531D'

red 110 ◦ green 83 ◦ blue 29

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

Shades of Horses Neck #6E531D

Tints of Horses Neck #6E531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.39%

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 49.55%
G = 37.39%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6E531D (or 0x6E531D) is known color: Horses Neck. HEX triplet: 6E, 53 and 1D. RGB value is (110,83,29). Sum of RGB (Red+Green+Blue) = 110+83+29=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E531D is #91ACE2. Grayscale: #555555. Windows color (decimal): -9546979 or 1921902. OLE color: 1921902.

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

Color convert

RGB 110 83 29 -
CMYK 0 0.25 0.74 0.57
HSL 40º 0.58% 0.27% -
HSV(B) 40º 0.74% 0.43% -
XYZ 9.75 9.59 2.5 -
YUV 84.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 110 83 29 0 0.25 0.74 0.57 40 0.58 0.27
Hex 6E 53 1D 0 19 4A 39 28 3A 1B
Octal 156 123 35 0 31 112 71 50 72 33
Binary 1101110 1010011 11101 0 11001 1001010 111001 101000 111010 11011

Color Harmonies of #6E531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E531D

Black with #6E531D

Text Example


Text Example

White with #6E531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,83,29); }

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

background-color css

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

 a { background-color: rgb(110,83,29); }

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

border-color css

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

 span { border-color: rgb(110,83,29); }

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