Html Css Color HEX #6B521F Horses Neck

📋 copy color: '#6B521F'

red 107 ◦ green 82 ◦ blue 31

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

Shades of Horses Neck #6B521F

Tints of Horses Neck #6B521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.27%

 BLUE value IS 31 (12.5% from 255) = 14.09%

R = 48.64%
G = 37.27%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6B521F (or 0x6B521F) is known color: Horses Neck. HEX triplet: 6B, 52 and 1F. RGB value is (107,82,31). Sum of RGB (Red+Green+Blue) = 107+82+31=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B521F is #94ADE0. Grayscale: #535353. Windows color (decimal): -9743841 or 2052715. OLE color: 2052715.

HSL color Cylindrical-coordinate representation of color #6B521F: hue angle of 40.26º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B521F is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 82 31 -
CMYK 0 0.23 0.71 0.58
HSL 40.26º 0.55% 0.27% -
HSV(B) 40.26º 0.71% 0.42% -
XYZ 9.33 9.26 2.59 -
YUV 83.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 107 82 31 0 0.23 0.71 0.58 40.26 0.55 0.27
Hex 6B 52 1F 0 17 47 3A 28 37 1B
Octal 153 122 37 0 27 107 72 50 67 33
Binary 1101011 1010010 11111 0 10111 1000111 111010 101000 110111 11011

Color Harmonies of #6B521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B521F

Black with #6B521F

Text Example


Text Example

White with #6B521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,82,31); }

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

background-color css

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

 a { background-color: rgb(107,82,31); }

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

border-color css

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

 span { border-color: rgb(107,82,31); }

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