Html Css Color HEX #6D502B Horses Neck

📋 copy color: '#6D502B'

red 109 ◦ green 80 ◦ blue 43

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

Shades of Horses Neck #6D502B

Tints of Horses Neck #6D502B

RGB

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

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

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

R = 46.98%
G = 34.48%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D502B (or 0x6D502B) is known color: Horses Neck. HEX triplet: 6D, 50 and 2B. RGB value is (109,80,43). Sum of RGB (Red+Green+Blue) = 109+80+43=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D502B is #92AFD4. Grayscale: #545454. Windows color (decimal): -9613269 or 2838637. OLE color: 2838637.

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

Color convert

RGB 109 80 43 -
CMYK 0 0.27 0.61 0.57
HSL 33.64º 0.43% 0.3% -
HSV(B) 33.64º 0.61% 0.43% -
XYZ 9.61 9.16 3.55 -
YUV 84.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 109 80 43 0 0.27 0.61 0.57 33.64 0.43 0.3
Hex 6D 50 2B 0 1B 3D 39 22 2B 1E
Octal 155 120 53 0 33 75 71 42 53 36
Binary 1101101 1010000 101011 0 11011 111101 111001 100010 101011 11110

Color Harmonies of #6D502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D502B

Black with #6D502B

Text Example


Text Example

White with #6D502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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