Html Css Color HEX #6B6249 Soya Bean

📋 copy color: '#6B6249'

red 107 ◦ green 98 ◦ blue 73

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

Shades of Soya Bean #6B6249

Tints of Soya Bean #6B6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.25%

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 38.49%
G = 35.25%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6B6249 (or 0x6B6249) is known color: Soya Bean. HEX triplet: 6B, 62 and 49. RGB value is (107,98,73). Sum of RGB (Red+Green+Blue) = 107+98+73=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6249 is #949DB6. Grayscale: #616161. Windows color (decimal): -9739703 or 4809323. OLE color: 4809323.

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

Color convert

RGB 107 98 73 -
CMYK 0 0.08 0.32 0.58
HSL 44.12º 0.19% 0.35% -
HSV(B) 44.12º 0.32% 0.42% -
XYZ 11.63 12.34 8.07 -
YUV 97.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 107 98 73 0 0.08 0.32 0.58 44.12 0.19 0.35
Hex 6B 62 49 0 8 20 3A 2C 13 23
Octal 153 142 111 0 10 40 72 54 23 43
Binary 1101011 1100010 1001001 0 1000 100000 111010 101100 10011 100011

Color Harmonies of #6B6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6249

Black with #6B6249

Text Example


Text Example

White with #6B6249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,98,73); }

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

background-color css

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

 a { background-color: rgb(107,98,73); }

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

border-color css

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

 span { border-color: rgb(107,98,73); }

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