Html Css Color HEX #6D5529 Horses Neck

📋 copy color: '#6D5529'

red 109 ◦ green 85 ◦ blue 41

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

Shades of Horses Neck #6D5529

Tints of Horses Neck #6D5529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.17%

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 46.38%
G = 36.17%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6D5529 (or 0x6D5529) is known color: Horses Neck. HEX triplet: 6D, 55 and 29. RGB value is (109,85,41). Sum of RGB (Red+Green+Blue) = 109+85+41=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5529 is #92AAD6. Grayscale: #575757. Windows color (decimal): -9611991 or 2708845. OLE color: 2708845.

HSL color Cylindrical-coordinate representation of color #6D5529: hue angle of 38.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D5529 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 85 41 -
CMYK 0 0.22 0.62 0.57
HSL 38.82º 0.45% 0.29% -
HSV(B) 38.82º 0.62% 0.43% -
XYZ 9.96 9.91 3.49 -
YUV 87.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 109 85 41 0 0.22 0.62 0.57 38.82 0.45 0.29
Hex 6D 55 29 0 16 3E 39 27 2D 1D
Octal 155 125 51 0 26 76 71 47 55 35
Binary 1101101 1010101 101001 0 10110 111110 111001 100111 101101 11101

Color Harmonies of #6D5529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5529

Black with #6D5529

Text Example


Text Example

White with #6D5529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,85,41); }

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

background-color css

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

 a { background-color: rgb(109,85,41); }

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

border-color css

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

 span { border-color: rgb(109,85,41); }

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