Html Css Color HEX #6D5828 Horses Neck

📋 copy color: '#6D5828'

red 109 ◦ green 88 ◦ blue 40

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

Shades of Horses Neck #6D5828

Tints of Horses Neck #6D5828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.13%

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

R = 45.99%
G = 37.13%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6D5828 (or 0x6D5828) is known color: Horses Neck. HEX triplet: 6D, 58 and 28. RGB value is (109,88,40). Sum of RGB (Red+Green+Blue) = 109+88+40=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5828 is #92A7D7. Grayscale: #595959. Windows color (decimal): -9611224 or 2644077. OLE color: 2644077.

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

Color convert

RGB 109 88 40 -
CMYK 0 0.19 0.63 0.57
HSL 41.74º 0.46% 0.29% -
HSV(B) 41.74º 0.63% 0.43% -
XYZ 10.18 10.38 3.48 -
YUV 88.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 109 88 40 0 0.19 0.63 0.57 41.74 0.46 0.29
Hex 6D 58 28 0 13 3F 39 2A 2E 1D
Octal 155 130 50 0 23 77 71 52 56 35
Binary 1101101 1011000 101000 0 10011 111111 111001 101010 101110 11101

Color Harmonies of #6D5828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5828

Black with #6D5828

Text Example


Text Example

White with #6D5828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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