Html Css Color HEX #6D5425 Horses Neck

📋 copy color: '#6D5425'

red 109 ◦ green 84 ◦ blue 37

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

Shades of Horses Neck #6D5425

Tints of Horses Neck #6D5425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.52%

 BLUE value IS 37 (14.84% from 255) = 16.09%

R = 47.39%
G = 36.52%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6D5425 (or 0x6D5425) is known color: Horses Neck. HEX triplet: 6D, 54 and 25. RGB value is (109,84,37). Sum of RGB (Red+Green+Blue) = 109+84+37=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5425 is #92ABDA. Grayscale: #565656. Windows color (decimal): -9612251 or 2446445. OLE color: 2446445.

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

Color convert

RGB 109 84 37 -
CMYK 0 0.23 0.66 0.57
HSL 39.17º 0.49% 0.29% -
HSV(B) 39.17º 0.66% 0.43% -
XYZ 9.81 9.73 3.11 -
YUV 86.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 109 84 37 0 0.23 0.66 0.57 39.17 0.49 0.29
Hex 6D 54 25 0 17 42 39 27 31 1D
Octal 155 124 45 0 27 102 71 47 61 35
Binary 1101101 1010100 100101 0 10111 1000010 111001 100111 110001 11101

Color Harmonies of #6D5425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5425

Black with #6D5425

Text Example


Text Example

White with #6D5425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,84,37); }

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

background-color css

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

 a { background-color: rgb(109,84,37); }

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

border-color css

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

 span { border-color: rgb(109,84,37); }

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