Html Css Color HEX #6D5628 Horses Neck

📋 copy color: '#6D5628'

red 109 ◦ green 86 ◦ blue 40

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

Shades of Horses Neck #6D5628

Tints of Horses Neck #6D5628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.6%

 BLUE value IS 40 (16.02% from 255) = 17.02%

R = 46.38%
G = 36.6%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6D5628 (or 0x6D5628) is known color: Horses Neck. HEX triplet: 6D, 56 and 28. RGB value is (109,86,40). Sum of RGB (Red+Green+Blue) = 109+86+40=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5628 is #92A9D7. Grayscale: #575757. Windows color (decimal): -9611736 or 2643565. OLE color: 2643565.

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

Color convert

RGB 109 86 40 -
CMYK 0 0.21 0.63 0.57
HSL 40º 0.46% 0.29% -
HSV(B) 40º 0.63% 0.43% -
XYZ 10.02 10.06 3.42 -
YUV 87.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 109 86 40 0 0.21 0.63 0.57 40 0.46 0.29
Hex 6D 56 28 0 15 3F 39 28 2E 1D
Octal 155 126 50 0 25 77 71 50 56 35
Binary 1101101 1010110 101000 0 10101 111111 111001 101000 101110 11101

Color Harmonies of #6D5628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5628

Black with #6D5628

Text Example


Text Example

White with #6D5628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,86,40); }

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

background-color css

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

 a { background-color: rgb(109,86,40); }

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

border-color css

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

 span { border-color: rgb(109,86,40); }

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