Html Css Color HEX #6A6047 Soya Bean

📋 copy color: '#6A6047'

red 106 ◦ green 96 ◦ blue 71

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

Shades of Soya Bean #6A6047

Tints of Soya Bean #6A6047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.01%

R = 38.83%
G = 35.16%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6A6047 (or 0x6A6047) is known color: Soya Bean. HEX triplet: 6A, 60 and 47. RGB value is (106,96,71). Sum of RGB (Red+Green+Blue) = 106+96+71=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6047 is #959FB8. Grayscale: #606060. Windows color (decimal): -9805753 or 4677738. OLE color: 4677738.

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

Color convert

RGB 106 96 71 -
CMYK 0 0.09 0.33 0.58
HSL 42.86º 0.2% 0.35% -
HSV(B) 42.86º 0.33% 0.42% -
XYZ 11.26 11.88 7.66 -
YUV 96.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 106 96 71 0 0.09 0.33 0.58 42.86 0.2 0.35
Hex 6A 60 47 0 9 21 3A 2B 14 23
Octal 152 140 107 0 11 41 72 53 24 43
Binary 1101010 1100000 1000111 0 1001 100001 111010 101011 10100 100011

Color Harmonies of #6A6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6047

Black with #6A6047

Text Example


Text Example

White with #6A6047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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