Html Css Color HEX #6D5221 Horses Neck

📋 copy color: '#6D5221'

red 109 ◦ green 82 ◦ blue 33

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

Shades of Horses Neck #6D5221

Tints of Horses Neck #6D5221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.61%

 BLUE value IS 33 (13.28% from 255) = 14.73%

R = 48.66%
G = 36.61%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.57

RGB Variations

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

Color information

#6D5221 (or 0x6D5221) is known color: Horses Neck. HEX triplet: 6D, 52 and 21. RGB value is (109,82,33). Sum of RGB (Red+Green+Blue) = 109+82+33=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5221 is #92ADDE. Grayscale: #545454. Windows color (decimal): -9612767 or 2183789. OLE color: 2183789.

HSL color Cylindrical-coordinate representation of color #6D5221: hue angle of 38.68º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D5221 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 82 33 -
CMYK 0 0.25 0.70 0.57
HSL 38.68º 0.54% 0.28% -
HSV(B) 38.68º 0.7% 0.43% -
XYZ 9.6 9.4 2.75 -
YUV 84.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 109 82 33 0 0.25 0.70 0.57 38.68 0.54 0.28
Hex 6D 52 21 0 19 46 39 27 36 1C
Octal 155 122 41 0 31 106 71 47 66 34
Binary 1101101 1010010 100001 0 11001 1000110 111001 100111 110110 11100

Color Harmonies of #6D5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5221

Black with #6D5221

Text Example


Text Example

White with #6D5221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,82,33); }

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

background-color css

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

 a { background-color: rgb(109,82,33); }

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

border-color css

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

 span { border-color: rgb(109,82,33); }

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