Html Css Color HEX #6B5628 Horses Neck

📋 copy color: '#6B5628'

red 107 ◦ green 86 ◦ blue 40

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

Shades of Horses Neck #6B5628

Tints of Horses Neck #6B5628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.91%

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

R = 45.92%
G = 36.91%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#6B5628 (or 0x6B5628) is known color: Horses Neck. HEX triplet: 6B, 56 and 28. RGB value is (107,86,40). Sum of RGB (Red+Green+Blue) = 107+86+40=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5628 is #94A9D7. Grayscale: #575757. Windows color (decimal): -9742808 or 2643563. OLE color: 2643563.

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

Color convert

RGB 107 86 40 -
CMYK 0 0.20 0.63 0.58
HSL 41.19º 0.46% 0.29% -
HSV(B) 41.19º 0.63% 0.42% -
XYZ 9.77 9.93 3.41 -
YUV 87.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 107 86 40 0 0.20 0.63 0.58 41.19 0.46 0.29
Hex 6B 56 28 0 14 3F 3A 29 2E 1D
Octal 153 126 50 0 24 77 72 51 56 35
Binary 1101011 1010110 101000 0 10100 111111 111010 101001 101110 11101

Color Harmonies of #6B5628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5628

Black with #6B5628

Text Example


Text Example

White with #6B5628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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