Html Css Color HEX #6F6446 Soya Bean

📋 copy color: '#6F6446'

red 111 ◦ green 100 ◦ blue 70

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

Shades of Soya Bean #6F6446

Tints of Soya Bean #6F6446

RGB

 RED value IS 111 (43.75% from 255) = 39.5%

 GREEN value IS 100 (39.45% from 255) = 35.59%

 BLUE value IS 70 (27.73% from 255) = 24.91%

R = 39.5%
G = 35.59%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F6446 (or 0x6F6446) is known color: Soya Bean. HEX triplet: 6F, 64 and 46. RGB value is (111,100,70). Sum of RGB (Red+Green+Blue) = 111+100+70=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6446 is #909BB9. Grayscale: #646464. Windows color (decimal): -9477050 or 4613231. OLE color: 4613231.

HSL color Cylindrical-coordinate representation of color #6F6446: hue angle of 43.9º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F6446 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 100 70 -
CMYK 0 0.10 0.37 0.56
HSL 43.9º 0.23% 0.35% -
HSV(B) 43.9º 0.37% 0.44% -
XYZ 12.22 12.94 7.65 -
YUV 99.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 111 100 70 0 0.10 0.37 0.56 43.9 0.23 0.35
Hex 6F 64 46 0 A 25 38 2C 17 23
Octal 157 144 106 0 12 45 70 54 27 43
Binary 1101111 1100100 1000110 0 1010 100101 111000 101100 10111 100011

Color Harmonies of #6F6446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6446

Black with #6F6446

Text Example


Text Example

White with #6F6446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,100,70); }

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

background-color css

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

 a { background-color: rgb(111,100,70); }

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

border-color css

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

 span { border-color: rgb(111,100,70); }

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