Html Css Color HEX #6B5128 Horses Neck

📋 copy color: '#6B5128'

red 107 ◦ green 81 ◦ blue 40

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

Shades of Horses Neck #6B5128

Tints of Horses Neck #6B5128

RGB

 RED value IS 107 (42.19% from 255) = 46.93%

 GREEN value IS 81 (32.03% from 255) = 35.53%

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

R = 46.93%
G = 35.53%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#6B5128 (or 0x6B5128) is known color: Horses Neck. HEX triplet: 6B, 51 and 28. RGB value is (107,81,40). Sum of RGB (Red+Green+Blue) = 107+81+40=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5128 is #94AED7. Grayscale: #545454. Windows color (decimal): -9744088 or 2642283. OLE color: 2642283.

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

Color convert

RGB 107 81 40 -
CMYK 0 0.24 0.63 0.58
HSL 36.72º 0.46% 0.29% -
HSV(B) 36.72º 0.63% 0.42% -
XYZ 9.39 9.16 3.28 -
YUV 84.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 107 81 40 0 0.24 0.63 0.58 36.72 0.46 0.29
Hex 6B 51 28 0 18 3F 3A 25 2E 1D
Octal 153 121 50 0 30 77 72 45 56 35
Binary 1101011 1010001 101000 0 11000 111111 111010 100101 101110 11101

Color Harmonies of #6B5128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5128

Black with #6B5128

Text Example


Text Example

White with #6B5128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,81,40); }

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

background-color css

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

 a { background-color: rgb(107,81,40); }

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

border-color css

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

 span { border-color: rgb(107,81,40); }

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