Html Css Color HEX #6D5223 Horses Neck

📋 copy color: '#6D5223'

red 109 ◦ green 82 ◦ blue 35

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

Shades of Horses Neck #6D5223

Tints of Horses Neck #6D5223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.49%

R = 48.23%
G = 36.28%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#6D5223 (or 0x6D5223) is known color: Horses Neck. HEX triplet: 6D, 52 and 23. RGB value is (109,82,35). Sum of RGB (Red+Green+Blue) = 109+82+35=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5223 is #92ADDC. Grayscale: #545454. Windows color (decimal): -9612765 or 2314861. OLE color: 2314861.

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

Color convert

RGB 109 82 35 -
CMYK 0 0.25 0.68 0.57
HSL 38.11º 0.51% 0.28% -
HSV(B) 38.11º 0.68% 0.43% -
XYZ 9.63 9.41 2.9 -
YUV 84.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 109 82 35 0 0.25 0.68 0.57 38.11 0.51 0.28
Hex 6D 52 23 0 19 44 39 26 33 1C
Octal 155 122 43 0 31 104 71 46 63 34
Binary 1101101 1010010 100011 0 11001 1000100 111001 100110 110011 11100

Color Harmonies of #6D5223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5223

Black with #6D5223

Text Example


Text Example

White with #6D5223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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