Html Css Color HEX #6B5A37 Horses Neck

📋 copy color: '#6B5A37'

red 107 ◦ green 90 ◦ blue 55

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

Shades of Horses Neck #6B5A37

Tints of Horses Neck #6B5A37

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

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

R = 42.46%
G = 35.71%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6B5A37 (or 0x6B5A37) is known color: Horses Neck. HEX triplet: 6B, 5A and 37. RGB value is (107,90,55). Sum of RGB (Red+Green+Blue) = 107+90+55=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A37 is #94A5C8. Grayscale: #5B5B5B. Windows color (decimal): -9741769 or 3627627. OLE color: 3627627.

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

Color convert

RGB 107 90 55 -
CMYK 0 0.16 0.49 0.58
HSL 40.38º 0.32% 0.32% -
HSV(B) 40.38º 0.49% 0.42% -
XYZ 10.41 10.71 5.13 -
YUV 91.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 107 90 55 0 0.16 0.49 0.58 40.38 0.32 0.32
Hex 6B 5A 37 0 10 31 3A 28 20 20
Octal 153 132 67 0 20 61 72 50 40 40
Binary 1101011 1011010 110111 0 10000 110001 111010 101000 100000 100000

Color Harmonies of #6B5A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5A37

Black with #6B5A37

Text Example


Text Example

White with #6B5A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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