Html Css Color HEX #6D5728 Horses Neck

📋 copy color: '#6D5728'

red 109 ◦ green 87 ◦ blue 40

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

Shades of Horses Neck #6D5728

Tints of Horses Neck #6D5728

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.86%

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

R = 46.19%
G = 36.86%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6D5728 (or 0x6D5728) is known color: Horses Neck. HEX triplet: 6D, 57 and 28. RGB value is (109,87,40). Sum of RGB (Red+Green+Blue) = 109+87+40=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5728 is #92A8D7. Grayscale: #585858. Windows color (decimal): -9611480 or 2643821. OLE color: 2643821.

HSL color Cylindrical-coordinate representation of color #6D5728: hue angle of 40.87º 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 #6D5728 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 87 40 -
CMYK 0 0.20 0.63 0.57
HSL 40.87º 0.46% 0.29% -
HSV(B) 40.87º 0.63% 0.43% -
XYZ 10.1 10.22 3.45 -
YUV 88.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 109 87 40 0 0.20 0.63 0.57 40.87 0.46 0.29
Hex 6D 57 28 0 14 3F 39 29 2E 1D
Octal 155 127 50 0 24 77 71 51 56 35
Binary 1101101 1010111 101000 0 10100 111111 111001 101001 101110 11101

Color Harmonies of #6D5728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5728

Black with #6D5728

Text Example


Text Example

White with #6D5728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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