Html Css Color HEX #6C6249 Soya Bean

📋 copy color: '#6C6249'

red 108 ◦ green 98 ◦ blue 73

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

Shades of Soya Bean #6C6249

Tints of Soya Bean #6C6249

RGB

 RED value IS 108 (42.58% from 255) = 38.71%

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

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

R = 38.71%
G = 35.13%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6C6249 (or 0x6C6249) is known color: Soya Bean. HEX triplet: 6C, 62 and 49. RGB value is (108,98,73). Sum of RGB (Red+Green+Blue) = 108+98+73=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6249 is #939DB6. Grayscale: #626262. Windows color (decimal): -9674167 or 4809324. OLE color: 4809324.

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

Color convert

RGB 108 98 73 -
CMYK 0 0.09 0.32 0.58
HSL 42.86º 0.19% 0.35% -
HSV(B) 42.86º 0.32% 0.42% -
XYZ 11.75 12.4 8.08 -
YUV 98.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 108 98 73 0 0.09 0.32 0.58 42.86 0.19 0.35
Hex 6C 62 49 0 9 20 3A 2B 13 23
Octal 154 142 111 0 11 40 72 53 23 43
Binary 1101100 1100010 1001001 0 1001 100000 111010 101011 10011 100011

Color Harmonies of #6C6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6249

Black with #6C6249

Text Example


Text Example

White with #6C6249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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