Html Css Color HEX #6B5B37 Horses Neck

📋 copy color: '#6B5B37'

red 107 ◦ green 91 ◦ blue 55

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

Shades of Horses Neck #6B5B37

Tints of Horses Neck #6B5B37

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.97%

 BLUE value IS 55 (21.88% from 255) = 21.74%

R = 42.29%
G = 35.97%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6B5B37 (or 0x6B5B37) is known color: Horses Neck. HEX triplet: 6B, 5B and 37. RGB value is (107,91,55). Sum of RGB (Red+Green+Blue) = 107+91+55=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5B37 is #94A4C8. Grayscale: #5B5B5B. Windows color (decimal): -9741513 or 3627883. OLE color: 3627883.

HSL color Cylindrical-coordinate representation of color #6B5B37: hue angle of 41.54º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B5B37 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 91 55 -
CMYK 0 0.15 0.49 0.58
HSL 41.54º 0.32% 0.32% -
HSV(B) 41.54º 0.49% 0.42% -
XYZ 10.49 10.88 5.16 -
YUV 91.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 107 91 55 0 0.15 0.49 0.58 41.54 0.32 0.32
Hex 6B 5B 37 0 F 31 3A 2A 20 20
Octal 153 133 67 0 17 61 72 52 40 40
Binary 1101011 1011011 110111 0 1111 110001 111010 101010 100000 100000

Color Harmonies of #6B5B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5B37

Black with #6B5B37

Text Example


Text Example

White with #6B5B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,91,55); }

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

background-color css

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

 a { background-color: rgb(107,91,55); }

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

border-color css

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

 span { border-color: rgb(107,91,55); }

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