Html Css Color HEX #6A6049 Soya Bean

📋 copy color: '#6A6049'

red 106 ◦ green 96 ◦ blue 73

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

Shades of Soya Bean #6A6049

Tints of Soya Bean #6A6049

RGB

 RED value IS 106 (41.8% from 255) = 38.55%

 GREEN value IS 96 (37.89% from 255) = 34.91%

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

R = 38.55%
G = 34.91%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6A6049 (or 0x6A6049) is known color: Soya Bean. HEX triplet: 6A, 60 and 49. RGB value is (106,96,73). Sum of RGB (Red+Green+Blue) = 106+96+73=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6049 is #959FB6. Grayscale: #606060. Windows color (decimal): -9805751 or 4808810. OLE color: 4808810.

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

Color convert

RGB 106 96 73 -
CMYK 0 0.09 0.31 0.58
HSL 41.82º 0.18% 0.35% -
HSV(B) 41.82º 0.31% 0.42% -
XYZ 11.33 11.91 8.01 -
YUV 96.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 106 96 73 0 0.09 0.31 0.58 41.82 0.18 0.35
Hex 6A 60 49 0 9 1F 3A 2A 12 23
Octal 152 140 111 0 11 37 72 52 22 43
Binary 1101010 1100000 1001001 0 1001 11111 111010 101010 10010 100011

Color Harmonies of #6A6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6049

Black with #6A6049

Text Example


Text Example

White with #6A6049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,96,73); }

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

background-color css

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

 a { background-color: rgb(106,96,73); }

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

border-color css

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

 span { border-color: rgb(106,96,73); }

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