Html Css Color HEX #6B531F Horses Neck

📋 copy color: '#6B531F'

red 107 ◦ green 83 ◦ blue 31

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

Shades of Horses Neck #6B531F

Tints of Horses Neck #6B531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

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

R = 48.42%
G = 37.56%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6B531F (or 0x6B531F) is known color: Horses Neck. HEX triplet: 6B, 53 and 1F. RGB value is (107,83,31). Sum of RGB (Red+Green+Blue) = 107+83+31=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B531F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B531F is #94ACE0. Grayscale: #545454. Windows color (decimal): -9743585 or 2052971. OLE color: 2052971.

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

Color convert

RGB 107 83 31 -
CMYK 0 0.22 0.71 0.58
HSL 41.05º 0.55% 0.27% -
HSV(B) 41.05º 0.71% 0.42% -
XYZ 9.4 9.41 2.62 -
YUV 84.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 107 83 31 0 0.22 0.71 0.58 41.05 0.55 0.27
Hex 6B 53 1F 0 16 47 3A 29 37 1B
Octal 153 123 37 0 26 107 72 51 67 33
Binary 1101011 1010011 11111 0 10110 1000111 111010 101001 110111 11011

Color Harmonies of #6B531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B531F

Black with #6B531F

Text Example


Text Example

White with #6B531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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