Html Css Color HEX #6E532B Horses Neck

📋 copy color: '#6E532B'

red 110 ◦ green 83 ◦ blue 43

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

Shades of Horses Neck #6E532B

Tints of Horses Neck #6E532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.22%

R = 46.61%
G = 35.17%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6E532B (or 0x6E532B) is known color: Horses Neck. HEX triplet: 6E, 53 and 2B. RGB value is (110,83,43). Sum of RGB (Red+Green+Blue) = 110+83+43=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 110 - color contains mainly: red. Hex color #6E532B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E532B is #91ACD4. Grayscale: #565656. Windows color (decimal): -9546965 or 2839406. OLE color: 2839406.

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

Color convert

RGB 110 83 43 -
CMYK 0 0.25 0.61 0.57
HSL 35.82º 0.44% 0.3% -
HSV(B) 35.82º 0.61% 0.43% -
XYZ 9.96 9.68 3.63 -
YUV 86.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 110 83 43 0 0.25 0.61 0.57 35.82 0.44 0.3
Hex 6E 53 2B 0 19 3D 39 24 2C 1E
Octal 156 123 53 0 31 75 71 44 54 36
Binary 1101110 1010011 101011 0 11001 111101 111001 100100 101100 11110

Color Harmonies of #6E532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E532B

Black with #6E532B

Text Example


Text Example

White with #6E532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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