Html Css Color HEX #6D531C Horses Neck

📋 copy color: '#6D531C'

red 109 ◦ green 83 ◦ blue 28

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

Shades of Horses Neck #6D531C

Tints of Horses Neck #6D531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.73%

 BLUE value IS 28 (11.33% from 255) = 12.73%

R = 49.55%
G = 37.73%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D531C (or 0x6D531C) is known color: Horses Neck. HEX triplet: 6D, 53 and 1C. RGB value is (109,83,28). Sum of RGB (Red+Green+Blue) = 109+83+28=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D531C is #92ACE3. Grayscale: #545454. Windows color (decimal): -9612516 or 1856365. OLE color: 1856365.

HSL color Cylindrical-coordinate representation of color #6D531C: hue angle of 40.74º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D531C is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 83 28 -
CMYK 0 0.24 0.74 0.57
HSL 40.74º 0.59% 0.27% -
HSV(B) 40.74º 0.74% 0.43% -
XYZ 9.61 9.52 2.43 -
YUV 84.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 109 83 28 0 0.24 0.74 0.57 40.74 0.59 0.27
Hex 6D 53 1C 0 18 4A 39 29 3B 1B
Octal 155 123 34 0 30 112 71 51 73 33
Binary 1101101 1010011 11100 0 11000 1001010 111001 101001 111011 11011

Color Harmonies of #6D531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D531C

Black with #6D531C

Text Example


Text Example

White with #6D531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,83,28); }

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

background-color css

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

 a { background-color: rgb(109,83,28); }

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

border-color css

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

 span { border-color: rgb(109,83,28); }

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